Skip to content

Commit

Permalink
Remove payment driver
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Mar 11, 2018
1 parent 121d00a commit 2ad3650
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 63 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"mpdf/mpdf": "6.1.3",
"nwidart/laravel-modules": "1.*",
"omnipay/authorizenet": "dev-solution-id as 2.5.0",
"omnipay/payu": "^2.0@dev",
"patricktalmadge/bootstrapper": "5.5.x",
"pragmarx/google2fa-laravel": "^0.1.2",
"predis/predis": "^1.1",
Expand Down
63 changes: 2 additions & 61 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion database/seeds/PaymentLibrariesSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public function run()
['name' => 'GoCardless', 'provider' => 'GoCardlessV2\Redirect', 'sort_order' => 9, 'is_offsite' => true],
['name' => 'PagSeguro', 'provider' => 'PagSeguro'],
['name' => 'PAYMILL', 'provider' => 'Paymill'],
['name' => 'PayU', 'provider' => 'PayU'],
];

foreach ($gateways as $gateway) {
Expand Down

0 comments on commit 2ad3650

Please sign in to comment.