Skip to content

Commit a0b0d06

Browse files
committed
Fixed references to standardCardButton and debitOrCreditCard
1 parent 56ed19d commit a0b0d06

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

tests/qa/resources/pcp-payments.ts

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,8 @@ const fastlaneRyan: Pcp.Payment = {
5555
card: cards.visaFastlane,
5656
};
5757

58-
const debitOrCreditCard: Pcp.Payment = {
59-
gateway: gateways.debitOrCreditCard,
60-
card: cards.visa,
61-
};
62-
63-
const standardCardButton: Pcp.Payment = {
64-
gateway: gateways.standardCardButton,
58+
const bcdc: Pcp.Payment = {
59+
gateway: gateways.bcdc,
6560
card: cards.visa,
6661
};
6762

@@ -85,8 +80,7 @@ export const payments = {
8580
acdc3ds,
8681
fastlaneGary,
8782
fastlaneRyan,
88-
debitOrCreditCard,
89-
standardCardButton,
83+
bcdc,
9084
payUponInvoice,
9185
googlePay,
9286
};

0 commit comments

Comments
 (0)