- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
I have a custom form function which after saving a custom order (with an already wrapped in billing profile) uses drupal_goto('admin/commerce/orders/'.$order->order_id.'/payment');
and then I add payment and successfully complete the whole process. Now, I am trying to eliminate the manual part and after reading
#1867768: Programmatically complete payment/checkout β
can't figure out what should be similar code for Commerce Stripe module? Thanks for any hints!
Closed: outdated
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.