Skip to content
Advertisement

Paypal dynamic value in react js

I need help with my project I want to add a dynamic option to the PayPal payment process. ( change the value to be dynamic )

the default option is value: ‘0.01’ and the dynamic payment in my project is cart.subtotal.formatted_with_symbol

I try to add [const {amount} = cart.subtotal.formatted_with_symbol;] this line to try to change the value to value: amount but this is not working for me.

thanks for help

JavaScript

Advertisement

Answer

The react-paypal-js documentation is straightforward enough…

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement