From a1e125577e3b8a258bc1b4283a1abf16752a6b72 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 10 Mar 2023 12:06:03 +0600 Subject: [PATCH 1/2] Add Plug and Pay / ecommerce, payment-processors --- .../webextension/images/icons/Plug and Pay.png | Bin 0 -> 1190 bytes src/technologies/p.json | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Plug and Pay.png diff --git a/src/drivers/webextension/images/icons/Plug and Pay.png b/src/drivers/webextension/images/icons/Plug and Pay.png new file mode 100644 index 0000000000000000000000000000000000000000..8981c44bde45fa9f0ccb3e56a1d9582aee4e65b9 GIT binary patch literal 1190 zcmV;X1X=ruP)` zTtyWAX71j*$+jD93N{24jaDL3|3Cyqtq&spJQ&5i*!oawwo)xI8qgMX!BP=Hq)InG z#zGOqA_&z7Us@40YN=AC)}ItB&6d`fZfHUi_wL>~es|Jto6y_tZPFC_h3xLk>^NY_;BgozC3c(@jYYT;PWf8M#BOBjhU1uv4q&rfiZTr!#9m}o+0Nxk zOX+wG|G&oq{SH?Qoj(c$y_`#PGyuPNAKFs~P$hKaO3}QDviT7W!3sNmTWX=`)JO{g z^9GIt-(Zn!gEAjLqz=Y#Gv+!ZlgkkU(E%vzv;W!|wBrQ#C+aYF8ZM6W{VQm-owGxy zKE!MsMGQn!5OVEf9-hEhh3}kP1#KSUPJhOsL_et!bon|=VGo_$k2V}ek9n1< z$WB_Lajjl~Dt!XuzD{Mdp7f+gP}Dc0T}_c_^_;!SR4Q3&0}<0qRV+bIs13R0lpr-# zu@2&G;rwIMETmD(zA_Ef2hf0HbkGZ}N4cAC*`$6V4JD@d^9uJ$`CNM*Y4tEuzF{io zl4k&aPB$C32o>Iv6hkRix?@=RjcDP{uZN56cuIX|=fip#HZL-3kHFEx@XPD*th$niKvfetmI)H>~ z$I~j08RGOi3A0m?gx!!*$rpCL2__>U;m$5G|*W0{_2-_^0MTr4e-(o7sx*vW*B-M_4H{L{tV8 zyW0l#-(S#BT4iTK8N%h2OzL5D2Alj_F$;(aK=`+i?;gaR>}>hGLnWMeDhbD(m1Y!O z1MWx$I=F*BO+K{ajw>eMI?wQS!yh5~ITZKp#>IgD0li$79A7aN_W%F@07*qoM6N<$ Ef=$03p#T5? literal 0 HcmV?d00001 diff --git a/src/technologies/p.json b/src/technologies/p.json index 020c563c5..21fa26e8a 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -1891,6 +1891,23 @@ "scriptSrc": "https?://cdn\\.plot\\.ly/plotly", "website": "https://plot.ly/javascript/" }, + "Plug and Pay": { + "cats": [ + 6, + 41 + ], + "description": "Plug and Pay is a payment processor that provides payment solutions for ecommerce businesses.", + "icon": "Plug and Pay.png", + "cookies": { + "plug_pay_session": "" + }, + "saas": true, + "pricing": [ + "low", + "recurring" + ], + "website": "https://plugandpay.nl" + }, "Plyr": { "cats": [ 14 From e15a60ae03de2ae0da20bdd5fafb95b0c1332ed6 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 10 Mar 2023 12:09:48 +0600 Subject: [PATCH 2/2] add implies Laravel --- src/technologies/p.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/technologies/p.json b/src/technologies/p.json index 21fa26e8a..2de089268 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -1898,6 +1898,9 @@ ], "description": "Plug and Pay is a payment processor that provides payment solutions for ecommerce businesses.", "icon": "Plug and Pay.png", + "implies": [ + "Laravel" + ], "cookies": { "plug_pay_session": "" },