Various code for bills and rules.

This commit is contained in:
James Cole
2018-04-14 09:59:04 +02:00
parent 5862b832d9
commit d8a00f4314
22 changed files with 498 additions and 309 deletions

View File

@@ -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' => [

View File

@@ -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',
],
],

View File

@@ -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'],
],