Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Fix: Did not set the canUseInternal to false
Browse files Browse the repository at this point in the history
  • Loading branch information
devheidelpay committed Jan 20, 2017
1 parent e8d353b commit dbd3cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PaymentMethodes/HeidelpayAbstractPaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class HeidelpayAbstractPaymentMethod extends \Magento\Payment\Model\Method\Abstr
* canUseInternal
* @var boolean
*/
protected $_canUseInternal = true;
protected $_canUseInternal = false;
/**
* form block type
* @var string
Expand Down

0 comments on commit dbd3cf9

Please sign in to comment.