-
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
Decoupled Multi-currency module #9617
Conversation
Co-authored-by: Hector Lovo <[email protected]>
…-payments into multi-currency-v2
)" This reverts commit af3cc60.
…global function in `RestController` (#9560)
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: +901 B (0%) Total Size: 1.34 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.
Looks good and tests well! Great work 👏
…-payments into multi-currency-v2
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.
Code looks good and tests well! 🚀 See my comment about the changelog before merging, but it's not something concerning.
Significance: minor | ||
Type: fix | ||
|
||
Provide backwards-compatible method for retrieving the multi-currency instance. |
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.
I wanted to highlight we have two changelog entries in this PR. If that's intentional, no worries, but I thought it'd be good to bring it up.
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.
It's intentional. Thanks for flagging. 👍
@cesarcosta99 I synced 6792d84 now in this PR. Could you please take a look at this commit before I merge? |
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.
6792d84 looks good and tests well 👍 Even though it has many LOC changed the changes are straightforward.
- Smoke test multi-currency and single currency settings and a multi-currency transaction ✅
- I searched for old references of
gateway_context
and didn't find any ✅
Context: pcrvl0-1iw-p2
Changes proposed in this Pull Request
The purpose of this PR is to merge the feature branch
multi-currency-v2
intodevelop
. All of the PRs that were previously merged into multi-currency-v2 were tested (pcrvl0-1oD-p2) and code reviewed (36-gh-Automattic/woopayments).Testing instructions
composer dump-autoload
.npm run build: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