https://www.paypal.com/sdk/js?client-id=sb&enable-funding=venmo¤cy=EUR
function initPayPalButton() {
paypal.Buttons({
style: {
shape: ‘rect’,
color: ‘white’,
layout: ‘vertical’,
label: ‘paypal’,
},
createOrder: function(data, actions) {
return actions.order.create({
purchase_units: [{“description”:”Die Eifel, 2019.\n\nFormat: Archival Pigment Print\nEdition of 100″,”amount”:{“currency_code”:”EUR”,”value”:71.95,”breakdown”:{“item_total”:{“currency_code”:”EUR”,”value”:65},”shipping”:{“currency_code”:”EUR”,”value”:5},”tax_total”:{“currency_code”:”EUR”,”value”:1.95}}}}]
});
},
onApprove: function(data, actions) {
return actions.order.capture().then(function(orderData) {
// Full available details
console.log(‘Capture result’, orderData, JSON.stringify(orderData, null, 2));
// Show a success message within this page, e.g.
const element = document.getElementById(‘paypal-button-container’);
element.innerHTML = ”;
element.innerHTML = ‘
Thank you for your payment!
‘;
// Or go to another URL: actions.redirect(‘thank_you.html’);
});
},
onError: function(err) {
console.log(err);
}
}).render(‘#paypal-button-container’);
}
initPayPalButton();
Die Eifel, 2019.
Format: Archival Pigment Print
Edition of 100
Magnum Archive Stamped and Numbered
Size: 8 x 10 in (20.32 x 25.4 cm)
Image Size: 9 inches (22.86 cm) on the longest side
Printed on Hahnemuhle Fine Art Baryta paper
€65.00
https://www.paypal.com/sdk/js?client-id=sb&enable-funding=venmo¤cy=EUR
function initPayPalButton() {
paypal.Buttons({
style: {
shape: ‘rect’,
color: ‘white’,
layout: ‘vertical’,
label: ‘paypal’,
},
createOrder: function(data, actions) {
return actions.order.create({
purchase_units: [{“description”:”Die Eifel, 2019.\n\nFormat: Archival Pigment Print\nEdition of 100″,”amount”:{“currency_code”:”EUR”,”value”:71.95,”breakdown”:{“item_total”:{“currency_code”:”EUR”,”value”:65},”shipping”:{“currency_code”:”EUR”,”value”:5},”tax_total”:{“currency_code”:”EUR”,”value”:1.95}}}}]
});
},
onApprove: function(data, actions) {
return actions.order.capture().then(function(orderData) {
// Full available details
console.log(‘Capture result’, orderData, JSON.stringify(orderData, null, 2));
// Show a success message within this page, e.g.
const element = document.getElementById(‘paypal-button-container’);
element.innerHTML = ”;
element.innerHTML = ‘
Thank you for your payment!
‘;
// Or go to another URL: actions.redirect(‘thank_you.html’);
});
},
onError: function(err) {
console.log(err);
}
}).render(‘#paypal-button-container’);
}
initPayPalButton();
Die Eifel, 2019.
Format: Archival Pigment Print
Edition of 100
Magnum Archive Stamped and Numbered
Size: 8 x 10 in (20.32 x 25.4 cm)
Image Size: 9 inches (22.86 cm) on the longest side
Printed on Hahnemuhle Fine Art Baryta paper