-
Notifications
You must be signed in to change notification settings - Fork 137
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
Adds ANCV payment method component #2293
Conversation
}; | ||
} | ||
|
||
private onOrderRequest = data => { |
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.
This logic should be move elsewhere.
Size Change: +10.3 kB (+1%) Total Size: 1.08 MB
|
SonarCloud Quality Gate failed. 0 Bugs 12.5% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
🦋 Changeset detectedLatest commit: fe2766f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Just wanted to confirm this is also working on |
Don't forget to add a .changeset file |
SonarCloud Quality Gate failed. 2 Bugs 11.3% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Asked in PR view, but will repeat here as well: |
Summary
This adds support for ANCV voucher await component.
This component is a mix between an await component with a gift card (partial payment method).
Payment flow is like follows:
PartiallyAuthorised
in result code fromstatus
and request paymentDetails receiving anorder
The main problems with this current PR is the code duplication. Big parts of the code have been ported from giftcard without a good way to extracting the logic.
Also there's currently missing code coverage.
Tested scenarios
Fixed issue: