Skip to content

Commit

Permalink
Merge pull request #189 from buckaroo-it/BA-520-remove-giropay
Browse files Browse the repository at this point in the history
BA-520 Remove Giropay
  • Loading branch information
DjellzeBllaca authored Sep 30, 2024
2 parents 85ed224 + 23979b0 commit 423c86e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 160 deletions.
22 changes: 0 additions & 22 deletions example/transactions/giropay.php

This file was deleted.

50 changes: 0 additions & 50 deletions src/PaymentMethods/Giropay/Giropay.php

This file was deleted.

29 changes: 0 additions & 29 deletions src/PaymentMethods/Giropay/Models/Pay.php

This file was deleted.

2 changes: 0 additions & 2 deletions src/PaymentMethods/PaymentMethodFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
use Buckaroo\PaymentMethods\Thunes\Thunes;
use Buckaroo\PaymentMethods\Belfius\Belfius;
use Buckaroo\PaymentMethods\Billink\Billink;
use Buckaroo\PaymentMethods\Giropay\Giropay;
use Buckaroo\PaymentMethods\iDealQR\iDealQR;
use Buckaroo\PaymentMethods\Surepay\Surepay;
use Buckaroo\PaymentMethods\Trustly\Trustly;
Expand Down Expand Up @@ -119,7 +118,6 @@ class PaymentMethodFactory
Payconiq::class => ['payconiq'],
Przelewy24::class => ['przelewy24'],
PointOfSale::class => ['pospayment'],
Giropay::class => ['giropay'],
GiftCard::class => [
'giftcard', 'westlandbon', 'babygiftcard', 'babyparkgiftcard',
'beautywellness', 'boekenbon', 'boekenvoordeel',
Expand Down
57 changes: 0 additions & 57 deletions tests/Buckaroo/Payments/GiropayTest.php

This file was deleted.

0 comments on commit 423c86e

Please sign in to comment.