Skip to content

Commit

Permalink
Add Billie gateway.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jun 12, 2023
1 parent 65a7b8e commit 40f8385
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,11 @@ public static function get_gateways() {
'payment_method' => PaymentMethods::BELFIUS,
'icon' => PaymentMethods::get_icon_url( PaymentMethods::BELFIUS, $icon_size ),
],
[
'id' => 'pronamic_pay_billie',
'payment_method' => PaymentMethods::BILLIE,

Check failure on line 275 in src/Extension.php

View workflow job for this annotation

GitHub Actions / phpstan / phpstan

Access to undefined constant Pronamic\WordPress\Pay\Core\PaymentMethods::BILLIE.
'icon' => PaymentMethods::get_icon_url( PaymentMethods::BILLIE, $icon_size ),

Check failure on line 276 in src/Extension.php

View workflow job for this annotation

GitHub Actions / phpstan / phpstan

Access to undefined constant Pronamic\WordPress\Pay\Core\PaymentMethods::BILLIE.
],
[
'id' => 'pronamic_pay_bitcoin',
'payment_method' => PaymentMethods::BITCOIN,
Expand Down

0 comments on commit 40f8385

Please sign in to comment.