mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-01 06:41:41 +00:00
Add comments in StripeJS mock
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// StripeJS fixture for using Stripe in feature specs. Mimics credit card form and Element objects.
|
||||
// Based on: https://github.com/thoughtbot/fake_stripe/blob/v0.3.0/lib/fake_stripe/assets/v3.js
|
||||
// The original has been adapted to work with OFN (see commit history for details).
|
||||
|
||||
class Element {
|
||||
mount(el) {
|
||||
if (typeof el === "string") {
|
||||
|
||||
Reference in New Issue
Block a user