You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Gateway assumes that Spree::Core lives at
SolidusPaypalBraintree::Spree::Core. Adding leading colons forces the
lookup to happen from the toplevel namespace, which grabs the correct
class.
Fixessolidusio#254
When
Spree::Core::GatewayError
is called ingateway.rb
:solidus_paypal_braintree/app/models/solidus_paypal_braintree/gateway.rb
Line 210 in 6d22350
It triggers this error:
uninitialized constant SolidusPaypalBraintree::Spree::Core
It seems like it is nesting it into
SolidusPaypalBraintree
.The text was updated successfully, but these errors were encountered: