Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
repl6669 committed Feb 17, 2024
1 parent 27be4d3 commit 4dd0271
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,18 @@
|
*/
'type' => 'stripe',

/**
* Automatic payment methods
*
* Enable automatic payment methods.
*/
'automatic_payment_methods' => true,

/**
* Payment method types
*
* The payment method types that the payment intent will accept.
*/
'payment_method_types' => ['card'],
];

0 comments on commit 4dd0271

Please sign in to comment.