Paypal api – PayPal field and decimal error in node.js
When I tried these values in price and amount fields, it gives an error. It works fine if the value is not a float or decimal: code : "intent": "sale", "payer": { "payment_method": "paypal" }, "redirect_urls": { "return_url": "http://localhost:2300/success", "cancel_url":…