Minor fixes for Paypal

This commit is contained in:
David Bomba 2022-11-10 07:55:40 +11:00
parent d70a9ddd05
commit 194defa49c

View File

@ -43,6 +43,11 @@ class PayPalExpressPaymentDriver extends BaseDriver
]; ];
} }
public function init()
{
return $this;
}
/** /**
* Initialize Omnipay PayPal_Express gateway. * Initialize Omnipay PayPal_Express gateway.
* *