stackingupmyproblems
stackingupmyproblems

Reputation: 13

Instamojo payment gateway error

After I checkout choosing instamojo as my payment option, the following error shows up. I filled in the email field in the billing details and yet, it shows up. How do I fix this?

Notice: Undefined index: email in /home/thecoxiy/public_html/catalog/controller/payment/instamojo.php on line 42

/This is the instamojo.php file

This is the error

I tried commenting the email line (line 42) in which case 'this field may not be blank' still shows up except without the error message

Upvotes: 1

Views: 1468

Answers (1)

Arjun Kashyap
Arjun Kashyap

Reputation: 46

I think the quick fix to this would be to push the email to session data and fetching it from there instead of order_info array, before you send it to instamojo.. I hope that should help.

Upvotes: 0

Related Questions