Replies: 0
I am using advance order exports and have this line for changing paypal orders to output in the xls file as INTPP. It worked fine with Paypal standard but doesnt output anything with Paypal checkout. What should I change paypal_methods to?
if( in_array($method,$paypal_methods) ) $value = “INTPP”;
Thanks!