I am trying to set up a zen cart site using $options['PAYMENTACTION'] = "order" I did not see any setting in the admin to set this so I went into the payment module to see if I could hard code it.
I noticed that there is a place in the code that does set this value to "order" but I am not sure where in the admin I would set the transaction mode. I have express checkout installed. The code I found was in paypalwpp.php on line 1437:
if (MODULE_PAYMENT_PAYPALWPP_TRANSACTION_MODE == 'Order') $options['PAYMENTACTION'] = 'Order';
I know I can hard code this but ideally I would like to do this the right way. Any help would be greatly appreciated.
-Ken


Reply With Quote
