From f98d2f46788e846c09e5b3cd795e3e07a8e0c077 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sun, 25 Aug 2019 18:20:45 -0500 Subject: [PATCH] Fix false positive with Paypal. They changed their error text. Convert method to use a response URL. --- data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.json b/data.json index 7f3fb61f..bb102590 100644 --- a/data.json +++ b/data.json @@ -913,8 +913,8 @@ "username_unclaimed": "noonewouldeverusethis7" }, "PayPal": { - "errorMsg": "name=\"twitter:title\" content=\"Get your very own PayPal.Me link\"", - "errorType": "message", + "errorType": "response_url", + "errorUrl": "https://www.paypal.com/paypalme2/404", "rank": 9041, "url": "https://www.paypal.me/{}", "urlMain": "https://www.paypal.me/",