thephpleague / omnipay-paypal

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

Passing taxes in Paypal Pro/Rest #258

Open kerongon opened 2 years ago

kerongon commented 2 years ago

Hi, is possible to pass the sales tax via paypal pro and paypal rest to the paypal backend? I have tried taxAmount and setTaxAmount but it doesn't make a diffidence in populating the sales tax field in paypal. Any help with this will be greatly appreciated. Thanks

hakito commented 1 year ago

I was also looking for this feature. But AbstractRestRequest has no setter for this.