Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
annevelden committed Jun 14, 2022
1 parent caa4ced commit ae62f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gateways/paynl/src/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public static function getLink($params)
'extra1' => $params['invoiceid'],
'ipaddress' => \Paynl\Helper::getIp(),
'language' => $params['language'],
'object' => substr('whmcs 2.1.3|' . $whmcsversion . '|' . substr(phpversion(), 0, 3), 0, 64),
'object' => substr('whmcs 2.1.0|' . $whmcsversion . '|' . substr(phpversion(), 0, 3), 0, 64),
'orderNumber' => $params['invoiceid'],
'enduser' => array(
'initials' => $params['clientdetails']['firstname'],
Expand Down

0 comments on commit ae62f6d

Please sign in to comment.