omnipay icon indicating copy to clipboard operation
omnipay copied to clipboard

Undefined method 'setClientId'

Open gracieuxsikuly opened this issue 2 years ago • 0 comments
trafficstars

$this->gateway = Omnipay::create('PayPal_Rest'); $this->gateway->setClientId(env('PAYPAL_CLIENT_ID')); $this->gateway->setSecret(env('PAYPAL_CLIENT_SECRET')); $this->gateway->setTestMode(true); //set it to 'false' when go live

gracieuxsikuly avatar Feb 22 '23 06:02 gracieuxsikuly