I'm trying to implement my own purchasable to allow members on one of my private sites to order photo prints.
I'm receiving the following error when I submit the purchase using the Stripe payment profile:
Read more
Читать далее...
I'm receiving the following error when I submit the purchase using the Stripe payment profile:
- Stripe\Exception\InvalidRequestException: You must specify either
product
orproduct_data
when creating a price. - src/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php:38
#0 src/vendor/stripe/stripe-php/lib/Exception/InvalidRequestException.php(35)...
Read more
Читать далее...