use Omnipay\\Omnipay;enter code here $gateway = Omnipay::create(\'Square\'); $gateway->setApiKey(\'key\');
enter code here