开发者

how to implement Voucher payment with paypal

开发者 https://www.devze.com 2023-02-05 15:09 出处:网络
I have an asp.net mvc e-commerce application that requires voucher payment. how to pass the voucher amount/ How to set the discount amount on the entire cart? - to paypal t开发者_如何学Chat will be de

I have an asp.net mvc e-commerce application that requires voucher payment. how to pass the voucher amount/ How to set the discount amount on the entire cart? - to paypal t开发者_如何学Chat will be deducted from the total payable amount upon payment?


Just check the voucher on your own site, subtract the value, and only send the remaining amount to paypal.


I've found the answer! the variable name is

discount_amount_cart

thank you @GolezTrol

0

精彩评论

暂无评论...
验证码 换一张
取 消