We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ed19d commit a0b0d06Copy full SHA for a0b0d06
1 file changed
tests/qa/resources/pcp-payments.ts
@@ -55,13 +55,8 @@ const fastlaneRyan: Pcp.Payment = {
55
card: cards.visaFastlane,
56
};
57
58
-const debitOrCreditCard: Pcp.Payment = {
59
- gateway: gateways.debitOrCreditCard,
60
- card: cards.visa,
61
-};
62
-
63
-const standardCardButton: Pcp.Payment = {
64
- gateway: gateways.standardCardButton,
+const bcdc: Pcp.Payment = {
+ gateway: gateways.bcdc,
65
card: cards.visa,
66
67
@@ -85,8 +80,7 @@ export const payments = {
85
80
acdc3ds,
86
81
fastlaneGary,
87
82
fastlaneRyan,
88
- debitOrCreditCard,
89
- standardCardButton,
83
+ bcdc,
90
84
payUponInvoice,
91
googlePay,
92
0 commit comments