Skip to content

Commit 8f6698d

Browse files
Merge pull request #1069 from buckaroo-it/BP-3784-Remove-Giropay-Magento-2
BP-3784-Remove-Giropay-Magento-2
2 parents ee5c8e8 + 2a4122a commit 8f6698d

File tree

28 files changed

+10
-997
lines changed

28 files changed

+10
-997
lines changed

Block/Widget/Button/Toolbar.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class Toolbar
4949
'buckaroo_magento2_belfius',
5050
'buckaroo_magento2_transfer',
5151
'buckaroo_magento2_eps',
52-
'buckaroo_magento2_giropay',
5352
'buckaroo_magento2_kbc',
5453
'buckaroo_magento2_klarna',
5554
'buckaroo_magento2_klarnakp',

Helper/Data.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ public function getPaymentMethodsList()
433433
['value' => 'emandate', 'label' => __('Digital Debit Authorization')],
434434
['value' => 'eps', 'label' => __('EPS')],
435435
['value' => 'giftcards', 'label' => __('Giftcards')],
436-
['value' => 'giropay', 'label' => __('Giropay')],
437436
['value' => 'ideal', 'label' => __('iDEAL')],
438437
['value' => 'idealprocessing', 'label' => __('iDEAL Processing')],
439438
['value' => 'kbc', 'label' => __('KBC')],

Model/Config/Source/PaymentMethods/AfterExpiry.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public function toOptionArray()
3737
['value' => 'dankort', 'label' => __('Dankort')],
3838
['value' => 'eps', 'label' => __('EPS')],
3939
['value' => 'giftcard', 'label' => __('Giftcards')],
40-
['value' => 'giropay', 'label' => __('Giropay')],
4140
['value' => 'ideal', 'label' => __('iDEAL')],
4241
['value' => 'idealprocessing', 'label' => __('iDEAL Processing')],
4342
['value' => 'maestro', 'label' => __('Maestro')],

Model/Config/Source/PaymentMethods/PayLink.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public function toOptionArray()
3838
['value' => 'dankort', 'label' => __('Dankort')],
3939
['value' => 'eps', 'label' => __('EPS')],
4040
['value' => 'giftcard', 'label' => __('Giftcards')],
41-
['value' => 'giropay', 'label' => __('Giropay')],
4241
['value' => 'ideal', 'label' => __('iDEAL')],
4342
['value' => 'idealprocessing', 'label' => __('iDEAL Processing')],
4443
['value' => 'maestro', 'label' => __('Maestro')],

Model/Config/Source/PaymentMethods/PayPerEmail.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ public function toOptionArray()
7070
'label' => __('Giftcards'),
7171
'code' => 'buckaroo_magento2_giftcards'
7272
],
73-
[
74-
'value' => 'giropay',
75-
'label' => __('Giropay'),
76-
'code' => 'buckaroo_magento2_giropay'
77-
],
7873
[
7974
'value' => 'ideal',
8075
'label' => __('iDEAL'),

Model/ConfigProvider/Method/Giropay.php

Lines changed: 0 additions & 81 deletions
This file was deleted.

Model/Method/Giropay.php

Lines changed: 0 additions & 109 deletions
This file was deleted.

Test/Unit/Model/Config/Source/PaymentMethods/AfterExpiryTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ public function toOptionArrayProvider()
4141
[
4242
['value' => 'giftcard', 'label' => 'Giftcards']
4343
],
44-
[
45-
['value' => 'giropay', 'label' => 'Giropay']
46-
],
4744
[
4845
['value' => 'ideal', 'label' => 'iDEAL']
4946
],

Test/Unit/Model/Config/Source/PaymentMethods/PayPerEmailTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ public function toOptionArrayProvider()
4444
[
4545
['value' => 'giftcard', 'label' => 'Giftcards']
4646
],
47-
[
48-
['value' => 'giropay', 'label' => 'Giropay']
49-
],
5047
[
5148
['value' => 'ideal', 'label' => 'iDEAL']
5249
],

Test/Unit/Model/ConfigProvider/Method/GiropayTest.php

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)