Skip to content

Commit

Permalink
remove sofort
Browse files Browse the repository at this point in the history
  • Loading branch information
vildanbina committed Nov 9, 2024
1 parent ed579f4 commit 8aed7a5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 133 deletions.
22 changes: 0 additions & 22 deletions example/transactions/sofort.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 @@ -33,7 +33,6 @@
use Buckaroo\PaymentMethods\Alipay\Alipay;
use Buckaroo\PaymentMethods\In3Old\In3Old;
use Buckaroo\PaymentMethods\Paypal\Paypal;
use Buckaroo\PaymentMethods\Sofort\Sofort;
use Buckaroo\PaymentMethods\Thunes\Thunes;
use Buckaroo\PaymentMethods\Belfius\Belfius;
use Buckaroo\PaymentMethods\Billink\Billink;
Expand Down Expand Up @@ -112,7 +111,6 @@ class PaymentMethodFactory
EPS::class => ['eps'],
ExternalPayment::class => ['externalpayment'],
Emandates::class => ['emandates'],
Sofort::class => ['sofort', 'sofortueberweisung'],
Marketplaces::class => ['marketplaces'],
NoServiceSpecifiedPayment::class => ['noservice'],
Payconiq::class => ['payconiq'],
Expand Down
47 changes: 0 additions & 47 deletions src/PaymentMethods/Sofort/Sofort.php

This file was deleted.

62 changes: 0 additions & 62 deletions tests/Buckaroo/Payments/SofortTest.php

This file was deleted.

0 comments on commit 8aed7a5

Please sign in to comment.