|
Terrarium/Fruiting Chamber tek
|
<div id="smart-button-container"> <div style="text-align: center;">
<div id="paypal-button-container"></div>
</div>
</div>
<script src="https://www.paypal.com/sdk/js?client-id=sb¤cy=USD" data-sdk-integration-source="button-factory"></script>
<script>
function initPayPalButton() {
paypal.Buttons({
style: {
shape: 'pill',
color: 'gold',
layout: 'vertical',
label: 'paypal',
},
createOrder: function(data, actions) {
return actions.order.create({
purchase_units: [{"description":"Download Let's Grow Mushrooms!","amount":{"currency_code":"USD","value":8.99}}]
});
},
onApprove: function(data, actions) {
return actions.order.capture().then(function(details) {
alert('Transaction completed by ' + details.payer.name.given_name + '!');
});
},
onError: function(err) {
console.log(err);
}
}).render('#paypal-button-container');
}
initPayPalButton();
</script>
_________________________________________
RR Video - 415 N Empire Creek Road - Malo, WA 99150 - USA _____________________________________________________________ Text, Images, and Videos on this website are copyrighted. These video clips may be freely distributed and posted elsewhere for non-commercial purposes, provided they're left in the original form and linked back to www.mushroomvideos.com |