Skip to content

Commit

Permalink
Kill the drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed Aug 17, 2023
1 parent 7994117 commit 174f382
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 224 deletions.
114 changes: 0 additions & 114 deletions src/Drivers/ConfigDriver.php

This file was deleted.

95 changes: 0 additions & 95 deletions src/Drivers/DatabaseDriver.php

This file was deleted.

15 changes: 0 additions & 15 deletions src/config/payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,4 @@
'response_class' => \App\Services\Payment\FakePaymentResponse::class,
],

/*
|--------------------------------------------------------------------------
| Payment Service Drivers
|--------------------------------------------------------------------------
|
| You may register custom payment drivers and/or remove the default ones.
| Please note that in order for the driver to be compatible it must
| extend the \Payavel\Checkout\PaymentServiceDriver::class.
|
*/
'drivers' => [
'config' => \Payavel\Checkout\Drivers\ConfigDriver::class,
'database' => \Payavel\Checkout\Drivers\DatabaseDriver::class,
],

];

0 comments on commit 174f382

Please sign in to comment.