Skip to content

Commit

Permalink
Working cardfields component
Browse files Browse the repository at this point in the history
  • Loading branch information
L3RAZ committed Jan 10, 2024
1 parent 845e554 commit 848405f
Show file tree
Hide file tree
Showing 8 changed files with 386 additions and 233 deletions.
2 changes: 1 addition & 1 deletion _dev/js/front/src/api/ps-checkout.api.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export class PsCheckoutApi extends BaseClass {
paypal_transaction
);

window.location.href = confirmationUrl.toString();
// window.location.href = confirmationUrl.toString();
}

if (response.error && 'INSTRUMENT_DECLINED' === response.error) {
Expand Down
Loading

0 comments on commit 848405f

Please sign in to comment.