Skip to content

Commit

Permalink
add setStatusAutomatically option config in case of loading errors wi…
Browse files Browse the repository at this point in the history
…th Adyen Drop-in
  • Loading branch information
gilv93 committed May 30, 2024
1 parent eb97be9 commit 3b44a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/recurly/alternative-payment-methods/gateways/adyen.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class AdyenGateway extends Base {
storePaymentMethod: true,
}
},
setStatusAutomatically: adyenOpts.setStatusAutomatically || false,
amount: adyenOpts.showPayButton
? {
value: this.options.amount,
Expand Down

0 comments on commit 3b44a58

Please sign in to comment.