Skip to content

Commit

Permalink
Add MyBank.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 23, 2024
1 parent b0efe96 commit 9c49ce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MethodTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class MethodTransformer {
PronamicMethod::KLARNA_PAY_LATER => MollieMethod::KLARNA_PAY_LATER,
PronamicMethod::KLARNA_PAY_NOW => MollieMethod::KLARNA_PAY_NOW,
PronamicMethod::KLARNA_PAY_OVER_TIME => MollieMethod::KLARNA_SLICE_IT,
PronamicMethod::MYBANK => MollieMethod::MYBANK,

Check failure on line 42 in src/MethodTransformer.php

View workflow job for this annotation

GitHub Actions / phpstan / phpstan

Access to undefined constant Pronamic\WordPress\Mollie\Methods::MYBANK.

Check failure on line 42 in src/MethodTransformer.php

View workflow job for this annotation

GitHub Actions / phpstan / phpstan

Access to undefined constant Pronamic\WordPress\Pay\Core\PaymentMethods::MYBANK.
PronamicMethod::PAYPAL => MollieMethod::PAYPAL,
PronamicMethod::PRZELEWY24 => MollieMethod::PRZELEWY24,
PronamicMethod::SOFORT => MollieMethod::SOFORT,
Expand Down

0 comments on commit 9c49ce6

Please sign in to comment.