We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoMethodError in spree/admin/payments#create undefined method `gateway_payment_profile_id' for nil:NilClass
Stripe::PaymentMethod.retrieve(card.gateway_payment_profile_id).card.fingerprint ^^^^^^^^^^^^^^^^^^^^^^^^^^^
View on Bugsnag
lib/stripe/credit_card_clone_finder.rb:34 - fingerprint_for_card lib/stripe/credit_card_clone_finder.rb:11 - find_cloned_card lib/stripe/credit_card_cloner.rb:28 - find_or_clone app/models/spree/gateway/stripe_sca.rb:142 - options_for_authorize app/models/spree/gateway/stripe_sca.rb:80 - authorize app/models/spree/payment/processing.rb:223 - public_send app/models/spree/payment/processing.rb:223 - block in gateway_action app/models/spree/payment/processing.rb:261 - protect_from_connection_error app/models/spree/payment/processing.rb:220 - gateway_action app/models/spree/payment/processing.rb:25 - authorize! engines/order_management/app/services/order_management/order/stripe_sca_payment_authorize.rb:23 - call! app/controllers/spree/admin/payments_controller.rb:179 - authorize_stripe_sca_payment app/controllers/spree/admin/payments_controller.rb:41 - create
View full stacktrace
Created by OFN UK Dev via Bugsnag
The text was updated successfully, but these errors were encountered:
I've discovered this while testing release v5.0.10, comment here.
To reproduce:
Sorry, something went wrong.
No branches or pull requests
Error in Open Food Network (Rails)
NoMethodError in spree/admin/payments#create
undefined method `gateway_payment_profile_id' for nil:NilClass
View on Bugsnag
Stacktrace
View full stacktrace
Created by OFN UK Dev via Bugsnag
The text was updated successfully, but these errors were encountered: