#drgazgiz
1 messages · Page 1 of 1 (latest)
Hi there! Can you share more details? Are you writing some custom PHP code to add a description to a Product object?
I want to work out the custom code. Balbooa Forms can make an After Form Submission using PHP. But I can't get the syntax.
As an example, RSForms can add the following:
//For Stripe Checkout New:
$stripe = RSFormProStripe::getInstance();
$stripe->args['payment_intent_data'] = array('description' => 'my payment description here');
Sorry for the delay! I recommend working with Joomla's support team on this. On the Stripe side, all I can really recommend in terms of a reference guide is our API docs on updating a Product: https://stripe.com/docs/api/products/update?lang=php
Any questions about RSForm-specific syntax would need to be answered on the Joomla side