Closed Arvind8858 closed 7 years ago
just get the key from payumoney and add it to the config file.
@Arvind8858 what error are you getting?? some key is missing is that the error you're getting??
@softon please update your document. I got key missing error while integrating it for payumoney $parameters = [
'tid' => '1233221223322',
'order_id' => '1232212',
'amount' => '1200.00',
'firstname' => 'test',
'email' => abc@gmail.com',
'phone' => '1234567890',
'productinfo' => 'testing',
];
without firstname, email, phone, productinfo key it's throwing error, as those fields are required fields. Thanks for the package
The required field changes from provider to provider. This is a common api for many gateways. Required parameters need to be passed on based on your choice of gateway.
I have also problem with payumoney its getting me some error occured
@narendraraghuwanshi looks configuration issue. Did you try payumoney test link.
could anyone please help me how to configure for test payumoney ?
In the config file enable test mode
'testMode' => true,
@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.
this functionality does not work for me ="{{ $parameters['curl'] or '' }}
Please help me to get out of this error.
Thank you.
I am trying to integrate my payumoney gateway in my laravel application but its showing me error when I am going to make payment. Do I need to get any activation key from Softon/Indipay service provider for activate this API for use? If yes then tell me how I can get that API activation Key?