Skip to content

Commit

Permalink
Update inschrijfkosten
Browse files Browse the repository at this point in the history
Former-commit-id: 49a9fd5
  • Loading branch information
bastiaanv committed Jun 27, 2019
1 parent 6045433 commit d768ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'key' => env('MOLLIE_KEY', ''),
'camping_costs' => "40.00",
'signup_costs' => "25.00",
'signup_costs' => "20.00",
'renew_costs' => "20.00",
'transaction_url' => 'https://www.mollie.com/dashboard/payments/',
'vat_percentage' => "21.00"
Expand Down

0 comments on commit d768ab2

Please sign in to comment.