enupal / stripe

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
https://enupal.com/craft-plugins/stripe-payments/
Other
33 stars 19 forks source link

When enabling "Dynamic tax rates (One-time payments)", the "options parameter to a form doen't work #328

Closed tomfischerNL closed 1 year ago

tomfischerNL commented 1 year ago

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

  1. Add options to a form options

  2. Check payment, with provided options (test name, test description, quantity etc) without tax

  3. Add tax rule add cms tax

  4. Check payment with tax

Here you see that the added options, "item name, description etc, doesn't get applied to the paymentForm.

Additional info

andrelopez commented 1 year ago

Hi @tomfischerNL We just released Stripe Payments v5.0.9 with a fix for this issue. Thanks for reporting

tomfischerNL commented 1 year ago

Hi @andrelopez , thanks for fixing this bug so quickly!