Skip to content

Commit

Permalink
Merge pull request #208 from paynl/feature/PLUG-3855
Browse files Browse the repository at this point in the history
PLUG-3855 - Fix cardrefund showing up in checkout
  • Loading branch information
woutse authored Oct 5, 2024
2 parents 98706e1 + 509e221 commit f9060e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Model/Paymentmethod/Cardrefund.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class Cardrefund extends PaymentMethod
{
protected $_code = 'paynl_payment_cardrefund';
protected $_canUseInternal = false;
protected $_canUseCheckout = false;

/**
* Paylink payment block paths
Expand Down

0 comments on commit f9060e8

Please sign in to comment.