Skip to content

Commit 6b626c8

Browse files
author
Marc Bernabeu
committed
allow refound partial
1 parent 7f9ef9d commit 6b626c8

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

  • app/code/community/Devopensource/Redsys/Model

app/code/community/Devopensource/Redsys/Model/Redsys.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@ class Devopensource_Redsys_Model_Redsys extends Mage_Payment_Model_Method_Abstra
44
{
55

66
protected $_code = 'redsys';
7+
78
protected $_isGateway = true;
89
protected $_canAuthorize = true;
910
protected $_canCapture = true;
1011
protected $_canCapturePartial = true;
1112
protected $_canRefund = true;
13+
protected $_canRefundInvoicePartial = true;
1214
protected $_canVoid = true;
13-
protected $_canUseInternal = true;
15+
protected $_canUseInternal = false;
1416
protected $_canUseCheckout = true;
15-
protected $_canUseForMultishipping = true;
16-
protected $_canSaveCc = false;
17+
protected $_canUseForMultishipping = false;
18+
protected $_canSaveCc = false;
19+
1720
protected $_formBlockType = 'devopensource_redsys/form';
1821

1922

0 commit comments

Comments
 (0)