combo box with amounts. use decimals

This commit is contained in:
Rimian Perkins
2019-09-12 11:21:27 +10:00
parent c3e3b7ad67
commit 7ad42c9b48
5 changed files with 23 additions and 11 deletions
@@ -10,6 +10,7 @@ componentTest("Discourse Patrons donation form has content", {
"component:stripe-card",
Ember.Component.extend({ tagName: "dummy-component-tag" })
);
Discourse.SiteSettings.discourse_patrons_amounts = "1.00|2.01";
},
async test(assert) {
@@ -29,6 +30,7 @@ componentTest("donation form has a confirmation", {
beforeEach() {
this.registry.register("component:stripe-card", Ember.Component.extend());
Discourse.SiteSettings.discourse_patrons_amounts = "1.00|2.01";
},
async test(assert) {