-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: Implement save for later checkbox for Direct Debit #319
feat: Implement save for later checkbox for Direct Debit #319
Conversation
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 feature is not complete yet.
The Concardis API requires different directDebitType
values for each of the scenarios. Please use SINGLE
for one time usage and FIRST
when the payment instrument is saved for later re-use.
.../checkout-payment/payment-concardis-directdebit/payment-concardis-directdebit.component.html
Outdated
Show resolved
Hide resolved
The highlighted text (see pull request description) should not be displayed this way on the myAccount payment page. Pls remove it, or discuss the IAD. |
This reverts commit a1a74af.
PR Type
[ ] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:
What Is the Current Behavior?
Save for later checkbox was not available for Concardis direct debit.
What Is the New Behavior?
Save for later checkbox is visible and working for Concardis direct debit.
Does this PR Introduce a Breaking Change?
[ ] Yes
[X] No
Other Information
Requires Concardis Payment Connector 1.11.x - still unreleased