Paypal Express Checkout with VirtuemartShare
When using Joomla and Virtuemart
find the following code on Root/ administrator / componetns / com_virtuemart / classes / payment / ps_paypal_api.php
Find: $resArray=hash_call("SetExpressCheckout",$nvpstr); and add this line of code above it: $nvpstr .= "&SOLUTIONTYPE=Sole" . "&LANDINGPAGE=Billing";
$nvpstr .= "&SOLUTIONTYPE=Sole" . "&LANDINGPAGE=Billing";
Save and upload to server. |
|
|


