softon / indipay

The Laravel Framework Package for Indian Payment Gateways. Currently Supported Gateway: CCAvenue, PayUMoney, EBS, CitrusPay ,ZapakPay (Mobikwik), Paytm, InstaMojo , Mocker
http://softon.github.io/indipay
MIT License
64 stars 83 forks source link

Not able to use any gateway other than default one. #22

Closed RealtimeSignalTech closed 7 years ago

RealtimeSignalTech commented 7 years ago

Even if I mention gateway other than default one, it is taking default one only. Please let me know what could be the issue.

    return Indipay::process($order); // default
    return Indipay::gateway('ccavenue')->process($order); // others
softon commented 7 years ago

Check the letter case of gateway. check the config file for the case. Like

// gateway = CCAvenue / PayUMoney / EBS / Citrus / InstaMojo