Skip to content

Commit

Permalink
Revert "NTR: Fix ci pipeline"
Browse files Browse the repository at this point in the history
This reverts commit 7e47576.
  • Loading branch information
Vitalij Mik committed May 21, 2024
1 parent 2cd06d7 commit ae5fa96
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ export default class PaymentAction {
// to see all payment methods
this.showAllPaymentMethods();
this.selectPaymentMethod(paymentName);


// we have to select an iDEAL issuer now (required)
if (paymentName === 'iDEAL') {
this.selectIDealIssuer('bunq');
}

if (paymentName === 'POS Terminal') {
this.selectPosTerminal();
Expand Down

0 comments on commit ae5fa96

Please sign in to comment.