Skip to content

Commit

Permalink
PLUG-3855 - Fix Cardrefund showing up on Hyva
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinverschoor committed Oct 3, 2024
1 parent 98706e1 commit 509e221
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 509e221

Please sign in to comment.