diff --git a/lib/recurly/alternative-payment-methods/gateways/adyen.js b/lib/recurly/alternative-payment-methods/gateways/adyen.js index 46c09a71..06a20558 100644 --- a/lib/recurly/alternative-payment-methods/gateways/adyen.js +++ b/lib/recurly/alternative-payment-methods/gateways/adyen.js @@ -48,6 +48,7 @@ class AdyenGateway extends Base { storePaymentMethod: true, } }, + setStatusAutomatically: adyenOpts.setStatusAutomatically || false, amount: adyenOpts.showPayButton ? { value: this.options.amount,