RazmikSaghoyan / -omnipay-telcell

TelCell driver for the Omnipay Laravel payment processing library
0 stars 1 forks source link

Call to undefined method Omnipay\Omnipay::setShopId() #1

Closed ArtMin96 closed 1 year ago

ArtMin96 commented 1 year ago

Call to undefined method Omnipay\Omnipay::setShopId()

$gateway = new Omnipay('TelCell');
$gateway->setShopId($this->account);
$gateway->setShopKey($this->secretKey);