Skip to content

Commit

Permalink
Merge pull request #36 from paynl/feature/PLUG-1443
Browse files Browse the repository at this point in the history
PLUG-1443 - Added method Biller
  • Loading branch information
woutse authored Nov 9, 2022
2 parents cc746bc + 16b99e8 commit 5f7202c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Maestro | CartaSi | Fashion Giftcard | Klarna | Przelewy24
Tikkie | Cartebleue | Givacard | SprayPay | Apple Pay
Multibanco | Wijncadeau | Yourgift | Creditclick | Payconiq
EPS-Überweising | Nexi | Paysafecard | | Alipay
EPS-Überweising | Nexi | Paysafecard | Biller | Alipay
Trustly | | Good4fun | | Phone payments
Blik | | Biercheque | | Manual transfer
| | | | | Incasso
Expand Down
Binary file added assets/logos/252.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions includes/classes/PPMFWC/Gateway/Biller.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php

class PPMFWC_Gateway_Biller extends PPMFWC_Gateway_Abstract
{

public static function getId()
{
return 'pay_gateway_biller';
}

public static function getName()
{
return 'Biller';
}

public static function getOptionId()
{
return 2931;
}
}
1 change: 1 addition & 0 deletions includes/classes/PPMFWC/Gateways.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class PPMFWC_Gateways
'PPMFWC_Gateway_Afterpay',
'PPMFWC_Gateway_AfterpayInternational',
'PPMFWC_Gateway_Biercheque',
'PPMFWC_Gateway_Biller',
'PPMFWC_Gateway_Billink',
'PPMFWC_Gateway_Blik',
'PPMFWC_Gateway_Cartasi',
Expand Down
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ At the moment the plugin supports the following payment methods:
* American Express (AMEX)
* Apple Pay
* Bancontact
* Billink
* Biercheque
* Billink
* Biller
* Blik
* Capayable
* CartaSi
Expand Down Expand Up @@ -170,6 +171,7 @@ Paid accounts have better tariffs! see: [tariffs](http://pay.nl/tarieven)
== Changelog ==
= 3.12.1 =
Added support for payment method Blik
Added support for payment method Biller
Fixed a multisite install issue
= 3.12.0 =
Textual updates for IN3
Expand Down

0 comments on commit 5f7202c

Please sign in to comment.