-
Notifications
You must be signed in to change notification settings - Fork 207
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
ECE - Set the order payment method title to the wallet used to process payments #3482
Conversation
…ay-for-order page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice fix James 🎉
Payment method title is correctly set as Google Pay (Stripe)
when paid via ECE button. I have tested with Google Pay.
- Shortcode cart page ✅
- Shortcode checkout page ✅
- Block cart page ✅
- Block checkout page ✅
- Pay for order page ✅
Additionally I have tested with card, AliPay and CashApp. Payment method title is correctly set for them as well.
…d type (visa vs mastercard)
Thanks for the review @Mayisha. I'm going to reopen this for review because I've made a substantial change to this PR. The Doing a search of the code base for That feature of customising the title to be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new changes look good and things are working perfectly.
I also had a quick search and did not find any instances where the additional information was being sent to the get_title
function. 👍
Fixes #3469
Changes proposed in this Pull Request:
This PR makes the following changes:
Stripe Payment Method object
Testing instructions
_wcstripe_feature_ece
) to'yes'
.While working on this, I've also confirmed that standard card payments still set the title to the default
Credit / Debit Card
and if the title is customised, it is still set for standard card payments.changelog.txt
andreadme.txt
(or does not apply)Post merge