Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Set default method to null
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervanhooft committed Jun 3, 2019
1 parent 32365d8 commit 8968b0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/cashier.php
Expand Up @@ -48,8 +48,9 @@
/**
* A comma-separated list of allowed Mollie payment methods for the first payment. Make sure the methods are
* enabled in the Mollie dashboard. Set to NULL to let Mollie handle this for you. Can be overridden per plan.
* @example 'ideal,creditcard'
*/
'method' => 'ideal,creditcard',
'method' => null,

/**
* The default url the customer is redirected to after the Mollie first payment checkout screen. Can be
Expand Down

0 comments on commit 8968b0c

Please sign in to comment.