mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
Fix class name
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user