thephpleague / omnipay-paypal

PayPal driver for the Omnipay PHP payment processing library
MIT License
295 stars 174 forks source link

cannot call shipping parameter #256

Open mediaposter opened 2 years ago

mediaposter commented 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,