We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit 0653d7d6 authored by attilak's avatar attilak

fix ideal component comments

parent 8752c473
...@@ -200,7 +200,7 @@ define( ...@@ -200,7 +200,7 @@ define(
return false; return false;
}; };
// Can be removed after checkout api feature branch goes live since the issuerId key is changed to // Can be removed after checkout api feature branch goes live since the issuerId key is changed to
// id there // id there and just use the value.issuers in the component
result.getIssuerListForComponent = function() { result.getIssuerListForComponent = function() {
if (result.isIssuerListAvailable()) { if (result.isIssuerListAvailable()) {
return _.map(value.issuers, function (issuer, key) { return _.map(value.issuers, function (issuer, key) {
...@@ -223,9 +223,8 @@ define( ...@@ -223,9 +223,8 @@ define(
/** /**
* Renders the secure fields, * Renders the secure fields,
* creates the card component, * creates the ideal component,
* sets up the callbacks for card components and * sets up the callbacks for ideal components and
* set up the installments
*/ */
result.renderIdealComponent = function () { result.renderIdealComponent = function () {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment