Skip to content

Commit

Permalink
Card save fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Jan 24, 2024
1 parent 9c2d455 commit cc903bd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ define(
},

afterPlaceOrder: function () {
$("#card_number").val('');
$("#cvc").val('');
$("#expiry_date").val('');
$("#loading_scr").fadeIn();
window.location.replace(window.checkoutConfig.tpay.payment.redirectUrl);
},

Expand Down

0 comments on commit cc903bd

Please sign in to comment.