1
0
mirror of synced 2026-08-05 22:56:55 +00:00

FIX: set Discourse consistent styles on Stripe card element (#124)

* FIX: set Discourse consistent styles on Stripe card element

* use correct placeholder color

* applied prettier

* mock update method for cardElement

* minor formatting
This commit is contained in:
Faizaan Gagan
2022-06-24 21:18:38 +05:30
committed by GitHub
parent 8762d6742e
commit 392b88265b
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ export function stubStripe() {
on() {},
card() {},
mount() {},
update() {},
};
},
};