sudiptpa / omnipay-nabtransact

Integrate NAB Transact payment gateway using the php library built on top of Omnipay PHP payment processing library.
MIT License
9 stars 3 forks source link

\Omnipay\NABTransact\SecureXMLGateway not found #28

Closed niwang09 closed 5 years ago

niwang09 commented 5 years ago

i tested it with newly installed vendor . but it gives me class \Omnipay\NABTransact\SecureXMLGateway not found . ive tried using this sample but no luck

      $gateway = Omnipay::create('NABTransact_SecureXML');

      $gateway->setMerchantId('6WZ0010'); //XYZ0010
      $gateway->setTransactionPassword('abc123'); //abcd1234

      $gateway->setTestMode(true);
sudiptpa commented 5 years ago

@niwang09 i just tested it works well no issue. Follow the example here