We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8540981 + e23e25d commit 7874216Copy full SHA for 7874216
1 file changed
libs/payments/cart/src/lib/util/throwIntentFailedError.ts
@@ -64,6 +64,9 @@ export function throwIntentFailedError(
64
}
65
66
case 'incorrect_cvc':
67
+ case 'incorrect_number':
68
+ case 'incorrect_zip':
69
+ case 'invalid_cvc':
70
throw new IntentCardDeclinedError(cartId, paymentIntentId, intentType);
71
case 'expired_card':
72
throw new IntentCardExpiredError(cartId, paymentIntentId, intentType);
0 commit comments