We only receive foreign credit or debit cards (Colombian cards are not accepted)
Description
USD
paypal.Buttons({
createOrder:function(data,actions){return actions.order.create({purchase_units:[{description:document.getElementById("desc").value,amount:{value:document.getElementById("amount").value}}]})},
onApprove:function(data,actions){return actions.order.capture().then(function(details){alert('Thank you. Transaction completed by '+details.payer.name.given_name+'!')})}
}).render('#paypal-button-container');