Skip to content

Commit

Permalink
Register payment method MyBank.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 23, 2024
1 parent 1790d28 commit fe2cd13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,11 @@ public function __construct( $args = [] ) {

$this->payment_methods->add( $payment_method_mb_way );

// MyBank.
$payment_method_mybank = new PaymentMethod( PaymentMethods::MYBANK );

$this->payment_methods->add( $payment_method_mybank );

// Payconiq.
$payment_method_payconiq = new PaymentMethod( PaymentMethods::PAYCONIQ );

Expand Down

0 comments on commit fe2cd13

Please sign in to comment.