-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
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
[4.0] Manual gateway orders appearing in Stripe #254
Comments
Thanks, this has been fixed for the next release. To get the fixes early, change your craftcms/commerce and craftcms/commerce-stripe requirements in composer.json to:
|
Thanks @lukeholder - that was super quick! If I change my composer.json to get the changes early, do I have to change something back when the new versions of commerce and commerce-stripe come out? |
Sorry, make sure to run When the new versions come out, restore the version constraint or use the new version numbers only. |
Perfect- thank you |
Hey @lukeholder. Did the fix for this make it into v4.0.1.1? I'm guessing it did (b105031), but just double checking |
@jonleverrier yes use the latest version |
Description
When our store administrators create a manual order and make a payment against the order using a manual gateway (we're using this to allow customers to pay by 30 days invoice), there is a line in the transaction tab that says "card payment failed", even though we've not interacted with the stripe gateway.
This is also happening on the front-end too when customers choose to pay by manual gateway.
All orders that have been paid for using the manual gateway appear in Stripe as incomplete!
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: