Skip to content

Commit

Permalink
Bump creator agent version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wzul committed Mar 13, 2023
1 parent ead12df commit c064353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/gateways/chip.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ function chip_capture($params)

$purchase_params = array(
'success_callback' => $system_url . 'modules/gateways/callback/chip.php?capturecallback=true&invoiceid=' . $params['invoiceid'],
'creator_agent' => 'WHMCS: 1.1.1',
'creator_agent' => 'WHMCS: 1.1.3',
'reference' => $params['invoiceid'],
'client_id' => $client['id'],
'platform' => 'whmcs',
Expand Down
2 changes: 1 addition & 1 deletion modules/gateways/chip/redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'success_callback' => $system_url . 'modules/gateways/callback/chip.php?invoiceid=' . $get_invoice_id,
'success_redirect' => $params['returnurl'] . '&success=true',
'failure_redirect' => $params['returnurl'],
'creator_agent' => 'WHMCS: 1.1.2',
'creator_agent' => 'WHMCS: 1.1.3',
'reference' => $params['invoiceid'],
'platform' => 'whmcs',
'send_receipt' => $params['purchaseSendReceipt'] == 'on',
Expand Down

0 comments on commit c064353

Please sign in to comment.