serialize and order the plans
This commit is contained in:
@@ -13,7 +13,5 @@ export default Ember.Helper.helper(function(params) {
|
||||
currencySign = "$";
|
||||
}
|
||||
|
||||
|
||||
|
||||
return currencySign + params.map(p => p.toUpperCase()).join(' ');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user