File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1313$ recranetConfig = array (
1414 'organization ' => (int ) $ params ->get ('organization ' ),
1515 'locale ' => (string ) $ params ->get ('locale ' ),
16+ 'country ' => $ params ->get ('country ' , null ),
1617 'currency ' => (string ) $ params ->get ('currency ' ),
1718 'googleApiKey ' => (string ) $ params ->get ('googleApiKey ' ),
1819);
Original file line number Diff line number Diff line change 22<extension type =" module" version =" 3.1" client =" site" method =" upgrade" >
33 <name >Recranet Booking</name >
44 <author >Recranet</author >
5- <version >1.1 .0</version >
5+ <version >1.2 .0</version >
66 <description >Recranet Elements module voor de integratie van Recranet Booking. Heeft u vragen? Mail dan naar support@recranet.com.</description >
77 <files >
88 <filename >mod_recranet.xml</filename >
2828 <option value =" es" >Spaans</option >
2929 <option value =" cs" >Tsjechisch</option >
3030 </field >
31+ <field
32+ name =" country"
33+ type =" text"
34+ label =" Landcode"
35+ description =" " />
3136 <field
3237 name =" currency"
3338 type =" list"
You can’t perform that action at this time.
0 commit comments