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.
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.