From bde9d3c012f67c57c0f65e4168c97bd75a40716f Mon Sep 17 00:00:00 2001 From: kkapsner Date: Fri, 12 Mar 2021 13:43:51 +0100 Subject: [PATCH] Added FAQ for PayPal problem Fixes #532 --- .documentation/faq/paypal.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .documentation/faq/paypal.md diff --git a/.documentation/faq/paypal.md b/.documentation/faq/paypal.md new file mode 100644 index 0000000..6f70915 --- /dev/null +++ b/.documentation/faq/paypal.md @@ -0,0 +1,3 @@ +PayPal transactions started with "Buy now" button not working! +----- +It's a known fact that the window API protection hinders the completion of all transaction processes initiated via PayPal's "Buy now" button. You have to whitelist paypal.com for that API for it to work properly. \ No newline at end of file