A photo x poetry project on depression, created by artists har leen and shin ling low. This zine consists of 9 photographs and 9 micro-poems that shed light on the experience of chronic depression.
https://www.paypal.com/sdk/js?client-id=sb¤cy=CAD
function initPayPalButton() {
paypal.Buttons({
style: {
shape: ‘rect’,
color: ‘silver’,
layout: ‘horizontal’,
label: ‘buynow’,
},
createOrder: function(data, actions) {
return actions.order.create({
purchase_units: [{“description”:”A photo x poetry zine on depression, created by har leen and shin ling low.”,”amount”:{“currency_code”:”CAD”,”value”:18,”breakdown”:{“item_total”:{“currency_code”:”CAD”,”value”:15},”shipping”:{“currency_code”:”CAD”,”value”:3},”tax_total”:{“currency_code”:”CAD”,”value”:0}}}}]
});
},
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();