Skip to content

AD-508: Explore possibility to add new payment method thru MyAccount page in Spartacus#606

Open
hasiq wants to merge 6 commits into
develop_jdk21from
feature/AD-508
Open

AD-508: Explore possibility to add new payment method thru MyAccount page in Spartacus#606
hasiq wants to merge 6 commits into
develop_jdk21from
feature/AD-508

Conversation

@hasiq
Copy link
Copy Markdown
Collaborator

@hasiq hasiq commented Mar 16, 2026

Added possibility to tokenize cards using stored cards page on spartacus

Description

Tested scenarios

Fixed issue:

Added possibility to tokenize cards using stored cards page on spartacus
zero_auth_amount.setCurrency("USD");
CustomerModel customerModel = getCheckoutCustomerStrategy().getCurrentUserForCheckout();
PaymentMethod paymentMethod = new PaymentMethod();
paymentMethod.setBrands(List.of("visa", "mc", "amex"));
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could get allowed cards from baseStore rather than setting a hard coded list since they are defined in Backoffice i think

hasiq added 2 commits March 17, 2026 09:17
Changed Checkout Config DTO
Changed hardcoded values to dynamically fetched values
Lukasz756
Lukasz756 previously approved these changes Mar 31, 2026
@hasiq hasiq requested a review from kpieloch April 10, 2026 13:17
@kpieloch
Copy link
Copy Markdown
Collaborator

PR should be against develop_jdk21

Comment thread adyenv6core/src/com/adyen/v6/facades/impl/DefaultAdyenCheckoutFacade.java Outdated
Comment thread adyenv6core/src/com/adyen/v6/facades/impl/DefaultAdyenCheckoutFacade.java Outdated
Comment thread adyenv6core/src/com/adyen/v6/facades/impl/DefaultAdyenCheckoutFacade.java Outdated
Comment thread adyenocc/src/com/adyen/commerce/occ/controllers/AdyenZeroAuthController.java Outdated
Comment thread adyenv6core/src/com/adyen/v6/facades/impl/DefaultAdyenCheckoutFacade.java Outdated
Comment thread adyenv6core/src/com/adyen/v6/facades/impl/DefaultAdyenCheckoutFacade.java Outdated
Refactor AdyenZeroAuthController and DefaultAdyenCheckoutFacade for improved readability and maintainability
hasiq added 2 commits May 18, 2026 09:51
# Conflicts:
#	adyenv6core/src/com/adyen/commerce/facades/AdyenCheckoutFacade.java
#	adyenv6core/src/com/adyen/commerce/facades/impl/DefaultAdyenCheckoutFacade.java
Refactor imports to use Jakarta EE annotations in AdyenZeroAuthController and ZeroAuthRequest
@hasiq hasiq changed the base branch from develop to develop_jdk21 May 18, 2026 08:17
@hasiq hasiq requested review from Lukasz756 and kpieloch May 18, 2026 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants