Buy English Magazine

How to pay for products (как оплатить товары)
You may pay for the products using YooMoney, Pikassa, VK Pay or you can make a money transfer the way it’s convenient for you.
Magazine delivery (доставка журналов)
The products are provided online or delivered to the postal address (120rub.) if you prefer a print version (+50rub for the tracking number)
If you have a promo-code, choose pay later option and contact us)

https://vk.com/english_mag?w=product-139902156_4435317%2Fquery

Warning: PayPal may not be working now // Предупреждение: PayPal, возможно, сейчас не работает

function initPayPalButton() {
paypal.Buttons({
style: {
shape: ‘rect’,
color: ‘blue’,
layout: ‘vertical’,
label: ‘paypal’,

},

createOrder: function(data, actions) {
return actions.order.create({
purchase_units: [{“description”:”Online access to the magazines”,”amount”:{“currency_code”:”USD”,”value”:5}}]
});
},

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();

Showing all 5 results