-
Notifications
You must be signed in to change notification settings - Fork 69
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
Added support to Cartes Bancaires #8568
Conversation
Test the buildOption 1. Jetpack Beta
Option 2. Jurassic Ninja - available for logged-in A12s🚀 Launch a JN site with this branch 🚀 ℹ️ Install this Tampermonkey script to get more options. Build info:
Note: the build is updated when a new commit is pushed to this PR. |
Size Change: +74 B (0%) Total Size: 1.22 MB
ℹ️ View Unchanged
|
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 code looks good, I have a couple questions to the feature behavior and ACs:
- Looking at the Stripe charge object [example], I'm seeing
"network": "visa"
although the ACs of Enable card brand choice #8062 expect"network": "cartes_bancaires"
. Do you happen to know if it's us who need introduce more changes, or ACs need to change? - You mentioned that the transactions list does not show CB. I see in order details doesn't show CB either but Visa credit card instead [example]. Is this also something to handle in a separate issue/PR?
- Enable card brand choice #8062 mentions
the card should default to the brand selected by the merchant
. Do you know if this expectation is still valid and if yes, how can merchant select the default brand?
Pull request was converted to draft
@timur27 3. is potentially being removed from the AC list #8062 (comment), so I'm request another review. |
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.
@gpressutto5 understood about removing 3) from the ACs, can confirm that Cartes Bancaires appears in the charge object as well as in the order details. 👍
I assume that eftpos Australia
co-branded cards don't need to be covered or will be covered separately?
Other than the above question, we're good to merge. 🚢
Fixes #8062
Changes proposed in this Pull Request
When these cards are used in Stores that do not support this branch, they default to Visa or Mastercard, otherwise, Stripe renders a dropdown with the brands.
To support CB, we nee you need to use EUR and use a French account. Other countries in the EEA require processing 50 EUR LIVE before Cartes Bancaires is enabled. Any country not part of the EEA does not support Cartes Bancaires, so the brands dropdown is never rendered.
Testing instructions
Known error:
The transactions list does not show CB, it will only render Visa or Mastercard. I'm working on a fix for that from the server and it will not require another PR for the client.
npm run changelog
to add a changelog file, choosepatch
to leave it empty if the change is not significant. You can add multiple changelog files in one PR by running this command a few times.Post merge