You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Team, I just came across the issue where I need to use ae for https://secure.ccavenue.ae/transaction/transaction.do?command=initiateTransaction instead of https://secure.ccavenue.com/transaction/transaction.do?command=initiateTransaction
Need to make protected $liveEndPoint optional to set through config.
Currently I worked to inherit the class and then override the variable. but It took a lot of time to figure out the issue.
The text was updated successfully, but these errors were encountered:
Hello Team, I just came across the issue where I need to use ae for
https://secure.ccavenue.ae/transaction/transaction.do?command=initiateTransaction
instead ofhttps://secure.ccavenue.com/transaction/transaction.do?command=initiateTransaction
Need to make
protected $liveEndPoint
optional to set through config.Currently I worked to inherit the class and then override the variable. but It took a lot of time to figure out the issue.
The text was updated successfully, but these errors were encountered: