Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Feb 16, 2017
1 parent cb1c6d2 commit e7b5447
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions view/frontend/web/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ define([
*
* @returns {String[]}
*/
getCardTypes: function() {
return ['VI', 'MC', 'AE'].concat(!this.config('isUS') ? [] : ['JCB', 'DI', 'DN']);
},
getCardTypes: function() {return(
['VI', 'MC', 'AE'].concat(!this.config('isUS') ? [] : ['JCB', 'DI', 'DN'])
);},

/**
* 2016-03-02
* @returns {Object}
Expand Down

0 comments on commit e7b5447

Please sign in to comment.