Skip to content

Commit

Permalink
Merge pull request #171 from buckaroo-it/BA-252-Remove-Tinka
Browse files Browse the repository at this point in the history
BA-252-Remove-Tinka
  • Loading branch information
vildanbina authored Apr 16, 2024
2 parents 418f56e + 490b99f commit 93fbf69
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 656 deletions.
81 changes: 0 additions & 81 deletions example/transactions/tinka.php

This file was deleted.

1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<exclude-pattern>src/PaymentMethods/iDeal/iDeal.php</exclude-pattern>
<exclude-pattern>src/PaymentMethods/iDealQR/iDealQR.php</exclude-pattern>
<exclude-pattern>src/PaymentMethods/iDin/iDin.php</exclude-pattern>
<exclude-pattern>src/PaymentMethods/iDealProcessing/iDealProcessing.php</exclude-pattern>
</rule>


Expand Down
2 changes: 0 additions & 2 deletions src/PaymentMethods/PaymentMethodFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
use Buckaroo\PaymentMethods\iDeal\iDeal;
use Buckaroo\PaymentMethods\iDealProcessing\iDealProcessing;
use Buckaroo\PaymentMethods\MBWay\MBWay;
use Buckaroo\PaymentMethods\Tinka\Tinka;
use Buckaroo\Exceptions\BuckarooException;
use Buckaroo\PaymentMethods\Alipay\Alipay;
use Buckaroo\PaymentMethods\In3Old\In3Old;
Expand Down Expand Up @@ -115,7 +114,6 @@ class PaymentMethodFactory
ExternalPayment::class => ['externalpayment'],
Emandates::class => ['emandates'],
Sofort::class => ['sofort', 'sofortueberweisung'],
Tinka::class => ['tinka'],
Marketplaces::class => ['marketplaces'],
NoServiceSpecifiedPayment::class => ['noservice'],
Payconiq::class => ['payconiq'],
Expand Down
26 changes: 0 additions & 26 deletions src/PaymentMethods/Tinka/Models/Article.php

This file was deleted.

137 changes: 0 additions & 137 deletions src/PaymentMethods/Tinka/Models/Pay.php

This file was deleted.

Loading

0 comments on commit 93fbf69

Please sign in to comment.