You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a vue-storefront project, The vsf-payment-paypal API is used! It's a great project. But there are more payment methods we need to develop such as sofort , giropay, eps,payssion,payfast and so on! If so, I wonder if I can buy these plug-ins. Looking forward to your reply
@ldc321 Ok, thanks. I will upgrade current to new 1.12.x signatures and will support for the Capybara theme. In next time i will check sofort , giropay, eps, payssion, payfast etc.
if discount > 1000 , get error !
'PAYMENTREQUEST_0_SHIPDISCAMT': '-' + paypalNVP.formatCurrency(pay.purchase_units[0].amount.breakdown.discount.value),
tmp["L_PAYMENTREQUEST_0_AMT" + i] = paypalNVP.formatCurrency(p.unit_amount.value);
if AMT_i == 0 , get error
tmp['L_PAYMENTREQUEST_0_AMT' + i] = p.unit_amount.value ? paypalNVP.formatCurrency(p.unit_amount.value) : "0.00";
The text was updated successfully, but these errors were encountered: