serialize and order the plans

This commit is contained in:
Rimian Perkins
2019-11-01 10:18:57 +11:00
parent 5fe08c110f
commit 3dfa261c19
3 changed files with 23 additions and 4 deletions
@@ -13,7 +13,5 @@ export default Ember.Helper.helper(function(params) {
currencySign = "$";
}
return currencySign + params.map(p => p.toUpperCase()).join(' ');
});