diff --git a/lib/active_merchant/billing/gateways/stripe_payment_intents_decorator.rb b/lib/active_merchant/billing/gateways/stripe_payment_intents_decorator.rb index 087986f98d..435f359685 100644 --- a/lib/active_merchant/billing/gateways/stripe_payment_intents_decorator.rb +++ b/lib/active_merchant/billing/gateways/stripe_payment_intents_decorator.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -ActiveMerchant::Billing::StripeGateway::StripePaymentIntentsGateway.class_eval do +ActiveMerchant::Billing::StripePaymentIntentsGateway.class_eval do def create_intent(money, payment_method, options = {}) post = {} add_amount(post, money, options, true)