Closed jamiematrix closed 8 months ago
Hi
Can you tell me what PHP version you're using?
Thanks
Hi, The above error was using PHP 8.1
Thanks
We've had a go troubleshooting ourselves and got a little further (at least past the error above).
Changing the following in PurchasRequest.php
got a little further:
public function sendData($data): CompletePurchaseResponse
{
$this->response = new CompletePurchaseResponse($this, $data);
return $this->response->getData();
}
Is there any update to this issue @phillmorgan28 ?
Return types have been removed from 2.0.1 which solves the error you've been experiencing.
I'm making some test payments to make sure all is well and I'm getting an error after the payment is authorised on Barclaycards side.
The error is
Here is the stacktrace: ... that is all there is.
As far as I can tell everything is setup for the gateway and Barclaycard account.