Agreed. I might just have to do it all with custom code or something, as I only need it for a single webform...
I found it easier to use stripe-php directly with the Stripe Checkout API than to use this module. That's sad.
How do you actually use this module? There aren't many clues to be found in the readme. And other documentation is surprisingly scarce.
Install module. Look baffled.
Discover that you can actually add a new form and add a Stripe credit card element to it.
You can use the title "Buy this super cheap membership: 1$" and set the amount to 1234$.
On the other hand: a buyer fed up with having his faulty or non-existent card rejected by Stripe, can just turn off JavaScript and make the form submit.
If someone has figured out how to use the module, I'd happily write some useful documentation.
A simple HOWTO on how set up af 1$ purchase of a product or subscription.
There's no need to have every new user of the module stumbling around in the dark, feeling their way.
Active
2.0
Documentation
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Agreed. I might just have to do it all with custom code or something, as I only need it for a single webform...
I found it easier to use stripe-php directly with the Stripe Checkout API than to use this module. That's sad.