Skip to content

Commit

Permalink
Revert "Revert "NTR: Fix ci pipeline""
Browse files Browse the repository at this point in the history
This reverts commit ae5fa96.
  • Loading branch information
Vitalij Mik committed May 21, 2024
1 parent 8eff39b commit ece484c
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ 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 ece484c

Please sign in to comment.