mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 03:10:57 +00:00
Various code for bills and rules.
This commit is contained in:
@@ -88,8 +88,8 @@ return [
|
||||
'is_demo_site' => false,
|
||||
],
|
||||
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
|
||||
'version' => '4.7.2.2',
|
||||
'api_version' => '0.1',
|
||||
'version' => '4.7.3',
|
||||
'api_version' => '0.2',
|
||||
'db_version' => 3,
|
||||
'maxUploadSize' => 15242880,
|
||||
'allowedMimes' => [
|
||||
|
@@ -69,7 +69,7 @@ return [
|
||||
],
|
||||
],
|
||||
'bunq' => [
|
||||
'server' => 'api.bunq.com',
|
||||
'server' => 'sandbox.public.api.bunq.com', // sandbox.public.api.bunq.com - api.bunq.com
|
||||
'version' => 'v1',
|
||||
],
|
||||
],
|
||||
|
@@ -124,6 +124,7 @@ return [
|
||||
|
||||
// bills: index, create, show
|
||||
'bills_index' => [
|
||||
'rules' => ['element' => '.rules'],
|
||||
'paid_in_period' => ['element' => '.paid_in_period'],
|
||||
'expected_in_period' => ['element' => '.expected_in_period'],
|
||||
],
|
||||
|
Reference in New Issue
Block a user