We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit faf45c3a authored by Alessio Zampatti's avatar Alessio Zampatti Committed by GitHub

Merge pull request #482 from Adyen/PW-1518

PW-1518: add 24x installments options
parents 82c7d9c5 6ecbc3aa
......@@ -41,7 +41,19 @@ class Installment extends \Magento\Framework\View\Element\Html\Select
'9' => '9x',
'10' => '10x',
'11' => '11x',
'12' => '12x'
'12' => '12x',
'13' => '13x',
'14' => '14x',
'15' => '15x',
'16' => '16x',
'17' => '17x',
'18' => '18x',
'19' => '19x',
'20' => '20x',
'21' => '21x',
'22' => '22x',
'23' => '23x',
'24' => '24x'
];
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment