From 02b46930685d7c53c7ea4bfc2b0726751613cc7e Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Tue, 30 Mar 2021 23:13:59 +0100 Subject: [PATCH] Fix class name --- .../billing/gateways/stripe_payment_intents_decorator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)