Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
repl6669 committed Feb 9, 2024
1 parent 2a3d161 commit 40ce4cb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/stripe.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
<?php

return [
/*
|--------------------------------------------------------------------------
| Sripe payment driver
|--------------------------------------------------------------------------
|
| Drivers for lunar are set in lunar.payments.types.
| When stripe is set as a driver, this adapter will be used.
|
*/
'driver' => 'stripe',

/*
|--------------------------------------------------------------------------
| Sripe payment type
|--------------------------------------------------------------------------
|
| This key serves is an identification for this adapter.
| That means that stripe driver is handled by this adapter if configured.
|
*/
'type' => 'stripe',
];

0 comments on commit 40ce4cb

Please sign in to comment.