omnipay
omnipay copied to clipboard
Undefined method 'setClientId'
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