yii2-stripe
yii2-stripe copied to clipboard
What should I do after generate a form?
Hi! I`m using StripeCheckoutCustom::widget and successfully set up my button, after press on it and fill all of data in a Stripe form I get my token in a "tokenFunction", but I didn't understand what's the next step, in simple Stripe PHP code I redirect to the payment handler code, but there is no any example of that how to do this using this lib, as I understand I need to build a Query, but can't understand how to do this and why it didn't redirect automate because I set up "action" property as well.
Thanks a lot)