Andre
Andre
@shornuk Sorry I'm unable to recreate this issue, could you please recreate the issue and send back to us a zip file of the following folder? to [email protected] `storage/logs`
Hi @idawgik I have updated the example from #132 to add the user to the order: ```php use enupal\stripe\services\Orders; use enupal\stripe\events\OrderCompleteEvent; use enupal\stripe\Stripe; use craft\base\Plugin; use Craft; use craft\elements\User; class...
Hi @williamhibberd Did you mean on the Stripe Payments Order?
Hi @benface , we just released Stripe Payments v2.7.0 with a fix to this issue. Please let us know if that works. More info here: https://docs.enupal.com/stripe-payments/templating/paymentform.html#options
Hi @AmitSenjaliya I think we can calculate a setup fee (on the remaining days until 1st of next month) and start a subscription on the first of each month, does...
Hi @chadcrowell, thanks for reaching out. Do you have this issue on your local, staging, or production env?
Hi @Coysh thanks for reporting the issue, happy to help out. Could you please confirm you Craft CMS version and Stripe Payments version to try to recreate the issue?
Hi @knufri Please feel free to use the following example: ```php use enupal\stripe\Stripe; ... Stripe::$app->checkout->checkout($lineItems, $metadata); ``` let met know how it goes!
Hi @vonscriptor thanks for reaching out. I am unable to recreate the issue, could you please recreate the issue and send me back a zip file of your /storage/logs files...
Hi @vonscriptor, thanks for sharing the logs! This looks like a permission issue related to your environment. Could you please try the following steps? Set allowAdminChanges to true (see [CraftCMS...