Andre

Results 67 comments of Andre

@tomfischerNL could you please share your plugin and craft cms version? also if you can share the full example of your `paymentOptions` variable on your templates?

Hi @tomfischerNL I was unable to recreate your issue, I created a `Product 2023` on Stripe with a one-time payment price, and this price_id looks correctly associated with the payment...

Also, are you using [Stripe Checkout](https://docs.enupal.com/stripe-payments/getting-started/sca.html#enable-the-new-stripe-checkout) ?

Also, are you using the `beforeCreateSession` on a custom plugin? I remember you were trying to pass custom params a while ago [here](https://github.com/enupal/stripe/issues/334#issuecomment-1380823212), may be worth checking any custom plugin...

Hi @mark-chief I am unable to recreate this issue, this is probably related to an error to the template override twig file (a missing variable, etc) Could you please try...

Hi @Sjouwke I am thinking of adding an event before creating the synced order, so you can have the info from Stripe and the synced order to determine what payment...

Hi @shifuma for the customer portal Stripe will try to determine the customer's preferred language based on their browser settings. If Stripe is unable to detect the language, it will...

Hi @tomfischerNL have you considered using the `template overrides` feature? Documentation here: - https://docs.enupal.com/stripe-payments/plugin-development/template-overrides.html

Hi @johnny-gruber could you please recreate the issue and send back to us a zip file of the following folder? storage/logs Please send the file [email protected]

It looks like this can be only added to one-time payments (limitation from Stripe), are you processing one-time or recurring payments?