Updated the default service currency value

This commit is contained in:
Alex Tselegidis 2020-09-23 14:59:43 +03:00
parent b1fa89ed49
commit 46a176db5b
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class Installation extends CI_Controller {
'name' => 'Test Service',
'duration' => 30,
'price' => 50.0,
'currency' => 'Euro',
'currency' => 'EUR',
'description' => 'This is a test service automatically inserted by the installer.',
'availabilities_type' => 'flexible',
'attendants_number' => 1,