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 84 forks source link

Can not pay payumoney gateway because of laravel blade file's function #67

Closed ankitabhatti05 closed 4 years ago

ankitabhatti05 commented 4 years ago

@softon @bhanushalimahesh3 I am passing all the required fields but I can not move further because of the below blade issue.

I am using Laravel 5.7 version if the blade templates "or" functionality is not working for laravel 5.7 then please give us the functionality that supports laravel 5.7 version.

Screenshot_2

this functionality does not work for me ="{{ $parameters['curl'] or '' }}

Or please help me to pass parameter values like what will be the values of curl, udf1, udf2, udf3, udf4, udf5, pg.

Please help me to get out of this error.

Thank you.

Originally posted by @ankitabhatti05 in https://github.com/softon/indipay/issues/23#issuecomment-637490657

bhanushalimahesh3 commented 4 years ago

@ankitabhatti05 try setting them empty '' string.

ankitabhatti05 commented 4 years ago

@ankitabhatti05 try setting them empty '' string.

I have tried that but not worked for me.

softon commented 4 years ago

removed or and replaced with ?: