How to add installments option with react

LuizGMX
Contributor
Contributor

I'm trying to set installments option using the paypal lib

This iw what I'am trying, but no installments option shows at the moment of the purchase

 

function createOrder(data, actions) {
return actions.order.create({
intent: "CAPTURE",
purchase_units: [
{
amount: {
value: "1000.00",
},
installment_option: {
term: 10,
},
},
],
});
}
Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.