Skip to content
Snippets Groups Projects
Unverified Commit 92f5cf20 authored by Rich Lott's avatar Rich Lott Committed by GitHub
Browse files

Update docs/financial/orderAPI.md


Co-Authored-By: default avatarMikey O'Toole <mikey@mjco.uk>
parent 71c97aba
No related branches found
No related tags found
1 merge request!726Formatting improvements and add code comments on Order API + fix broken URL
......@@ -339,7 +339,7 @@ The simplest first step to migrate off it is to replace the order api call with
// Start with the same parameters as Contribution.transact.
$params = $transactParams;
// It would be better just to include the relevant params but....
// It would be better just to include the relevant params but....
$paymentParams = $transactParams;
$params['contribution_status_id'] = 'Pending';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment