Allows customers sign up for recurring and one-time payments with Stripe, perfect for orders, donations, subscriptions, and events. Create simple payment forms in seconds easily without coding. For Craft CMS
When you add Tax to a form "Enable Dynamic tax rates (One-time payments)", the "options" parameter doesn't work anymore.
{{ craft.enupalStripe.paymentForm('paymentForm', options) }}
Steps to reproduce
Add options to a form
Check payment, with provided options (test name, test description, quantity etc)
Add tax rule
Check payment
Here you see that the added options, "item name, description etc, doesn't get applied to the paymentForm.
Description
When you add Tax to a form "Enable Dynamic tax rates (One-time payments)", the "options" parameter doesn't work anymore. {{ craft.enupalStripe.paymentForm('paymentForm', options) }}
Steps to reproduce
Add options to a form
Check payment, with provided options (test name, test description, quantity etc)
Add tax rule
Check payment
Here you see that the added options, "item name, description etc, doesn't get applied to the paymentForm.
Additional info