eslint
This commit is contained in:
@@ -34,7 +34,7 @@ export default Ember.Component.extend({
|
||||
this.set('paymentError', paymentIntent.error);
|
||||
}
|
||||
else {
|
||||
console.log('ok done');
|
||||
// console.log('ok done');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import { ajax } from "discourse/lib/ajax";
|
||||
|
||||
export default Ember.Controller.extend({
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ componentTest("Discourse Patrons stripe card success", {
|
||||
async test(assert) {
|
||||
assert.expect(1);
|
||||
|
||||
this.set("onSubmit", (arg) => {
|
||||
this.set("onSubmit", () => {
|
||||
assert.ok(true, "payment method created");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user