Open mediaposter opened 2 years ago
hello, i trying calling shipping parameter but looks like its not working, on paypal payment its not showing shipping. can i know whats wrong with my code?
$response = $gateway->purchase(array( 'shippingAmount' => SHIPPING, 'amount' => $totalprice, 'items' => $items,
hello, i trying calling shipping parameter but looks like its not working, on paypal payment its not showing shipping. can i know whats wrong with my code?