You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
It is not possible to add a comma-separated list for the first payment method in the config. The comment says it is possible but not handled correctly in the code.
[
/** * 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' => null,
]
Should the comment be updated or the code adapted accordingly?
The text was updated successfully, but these errors were encountered:
It is not possible to add a comma-separated list for the first payment method in the config. The comment says it is possible but not handled correctly in the code.
Should the comment be updated or the code adapted accordingly?
The text was updated successfully, but these errors were encountered: