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

payumnoey "testmode = true" not working when service_provider is set #21

Closed RealtimeSignalTech closed 7 years ago

RealtimeSignalTech commented 8 years ago

Need to prevent sending service_provider field.

It may need the following change in view payumoney.blade.php

    @if ( ! $parameters->testMode )
        <input type=hidden name="service_provider" value="{{ $parameters['service_provider'] }}">
    @endif

Thanks for package.

softon commented 7 years ago

Thank you will update it in the next update.