impress-org / donation-block-for-stripe

A beautiful donation form block for WordPress. Accept donations in minutes using Stripe.
7 stars 1 forks source link

Allow multiple Stripe payment elements to mount on a single page #36

Closed DevinWalker closed 2 years ago

DevinWalker commented 2 years ago

Resolves #33

Description

This PR is quite simple - it provides unique className for the placeholder element that Stripe's payment element mounts on.

Previous to this PR, if you had multiple donation forms on a page and attempted to make a donation on one and then moved to the other the Payment Element would not display.

This is pretty edge case, but it's better fixed than to run into it some day.

Affects

Stripe's Payment Element on Step 2 of the donation process.