Skip to content

Commit

Permalink
Merge pull request #18 from Adyen/bugfix/AD-314
Browse files Browse the repository at this point in the history
AD-314 saved card doesn't work
  • Loading branch information
pjaneta authored Sep 20, 2024
2 parents 829a17c + 45f05e4 commit a90276d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ export class CheckoutAdyenPaymentMethodComponent implements OnInit, OnDestroy {
ngOnInit(): void {
this.sessionId = this.activatedRoute.snapshot.queryParamMap.get('sessionId') || '';

this.eventService.dispatch(
new CheckoutAdyenConfigurationReloadEvent()
);

if (!getLastValueSync(this.activeCartFacade.isGuestCart())) {
this.userPaymentService.loadPaymentMethods();
} else {
Expand Down

0 comments on commit a90276d

Please sign in to comment.