hello
There are any plans to update the Braintree gateway ? Seems that is very very old.
I just get credentials for sandbox and at first try I get err:
Fatal error: Array and string offset access syntax with curly braces is no longer supported in /home/XXX/public_html/oc-content/plugins/osclass_pay/payments/braintree/lib/Braintree/Digest.php on line 53
So I replaced the curly braces to braces as follows:
$innerPad[$i] = $keyDigest[$i] ^ $innerPad[$i];
$outerPad[$i] = $keyDigest[$i] ^ $outerPad[$i];
But another err came up at next try:
Fatal error: Uncaught Error: Call to undefined function create_function() in /home/XXX/public_html/oc-content/plugins/osclass_pay/payments/braintree/lib/Braintree/Util.php:203
I stop because is obvious that this will nevesr stop until an updated version of this gateway will show up.
PHP is 8.1
thank you !