Skip to content

Commit

Permalink
Use card component to display installment options on saved cards
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo-singhvi committed Feb 27, 2025
1 parent 359f266 commit e9eeb48
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,15 +316,6 @@ define([
return window.checkoutConfig.payment.adyenCc.methodCode;
},

getCcCodeByAltCode: function(altCode) {
let ccTypes = window.checkoutConfig.payment.ccform.availableTypesByAlt[this.getCode()];
if (ccTypes.hasOwnProperty(altCode)) {
return ccTypes[altCode];
}

return '';
},

getAllInstallments: function() {
return window.checkoutConfig.payment.adyenCc.installments;
},
Expand Down

0 comments on commit e9eeb48

Please sign in to comment.