Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wzul committed Nov 15, 2022
1 parent c10a5e0 commit 723d628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gateways/chip/redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'success_callback' => $params['systemurl'] . '/modules/gateways/callback/chip.php?invoiceid=' . $get_invoice_id,
'success_redirect' => $params['returnurl'] . '&success=true',
'failure_redirect' => $params['returnurl'],
'creator_agent' => 'WHMCS: 1.0.0',
'creator_agent' => 'WHMCS: 1.0.1',
'reference' => $params['invoiceid'],
'platform' => 'api',
'send_receipt' => $params['purchaseSendReceipt'] == 'on',
Expand Down

0 comments on commit 723d628

Please sign in to comment.