Fix class name

This commit is contained in:
Luis Ramos
2021-03-30 23:13:59 +01:00
committed by Matt-Yorkley
parent 901c1589ee
commit 02b4693068

View File

@@ -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)