Home › Forums › Quform WordPress › Stripe additional create products
Hi,
So i have followed your stripe integration which works a treat but we have say 3 to 4 products how can i change this piece of code:
try { \Stripe\Charge::create([ 'currency' => 'usd', 'amount' => 2000, 'description' => 'Example product', 'source' => $_POST['stripeToken'] ]);
to allow more than one product as i have a product for like: £99, £120, £150, £200
Thanks Aaron
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.