Skip to content

Commit

Permalink
Add BLIK to payment method transformer.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 23, 2024
1 parent 3f1d917 commit b0efe96
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 @@ -27,6 +27,7 @@ class MethodTransformer {
PronamicMethod::BANCONTACT => MollieMethod::BANCONTACT,
PronamicMethod::BANK_TRANSFER => MollieMethod::BANKTRANSFER,
PronamicMethod::BILLIE => MollieMethod::BILLIE,
PronamicMethod::BLIK => MollieMethod::BLIK,

Check failure on line 30 in src/MethodTransformer.php

View workflow job for this annotation

GitHub Actions / phpstan / phpstan

Access to undefined constant Pronamic\WordPress\Mollie\Methods::BLIK.
PronamicMethod::CARD => MollieMethod::CREDITCARD,
PronamicMethod::CREDIT_CARD => MollieMethod::CREDITCARD,
PronamicMethod::DIRECT_DEBIT => MollieMethod::DIRECT_DEBIT,
Expand Down

0 comments on commit b0efe96

Please sign in to comment.