Skip to content

Commit a2e6ef4

Browse files
committed
Add country code to config
1 parent 03682f4 commit a2e6ef4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

mod_recranet.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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
);

mod_recranet.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -28,6 +28,11 @@
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"

0 commit comments

Comments
 (0)