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
This quick fix changes the method from cc_reluctant to card to reflect the base card payment method.
cc_reluctant
card
The fix was introduced as the checkout_prepare() does check for the method:
checkout_prepare()
request.session['payment_stripe_{}_payment_method_id'.format(self.method)] = payment_method_id
The proper way might be to rework the plugin to use cc_reluctant in more places instead of having it impersonate the card-method.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This quick fix changes the method from
cc_reluctant
tocard
to reflect the base card payment method.The fix was introduced as the
checkout_prepare()
does check for the method:The proper way might be to rework the plugin to use
cc_reluctant
in more places instead of having it impersonate thecard
-method.The text was updated successfully, but these errors were encountered: