From 901c1589eea64f29b69abc7b7024db60946b2fc5 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Tue, 30 Mar 2021 22:55:39 +0100 Subject: [PATCH] Remove decorator, it's not needed now in v1.119 of active merchant --- app/models/spree/gateway/stripe_sca.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/spree/gateway/stripe_sca.rb b/app/models/spree/gateway/stripe_sca.rb index 8e77d3f258..a095b37166 100644 --- a/app/models/spree/gateway/stripe_sca.rb +++ b/app/models/spree/gateway/stripe_sca.rb @@ -4,7 +4,8 @@ require 'stripe/profile_storer' require 'stripe/credit_card_cloner' require 'stripe/authorize_response_patcher' require 'stripe/payment_intent_validator' -require 'active_merchant/billing/gateways/stripe_payment_intents' +require 'active_merchant/billing/gateways/stripe_payment_intents_decorator' +require 'active_merchant/billing/gateways/stripe' module Spree class Gateway