muba-posting 5.0.11 → 5.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Publish2.js CHANGED
@@ -29,7 +29,7 @@ export default class Publish2 extends React.Component {
29
29
  if (await this.validateLocation()) {
30
30
  const responseCheckZone = await this.props.request(this.props.context, GET_CHECK_ZONE, {
31
31
  businessId: this.props.postingAd.businessId,
32
- townId: this.props.postingAd.town
32
+ townId: this.props.postingAd.city
33
33
  });
34
34
 
35
35
  if (responseCheckZone.value === 'true') {
package/Publish2b.js CHANGED
@@ -220,7 +220,7 @@ export default class Publish2b extends React.Component {
220
220
  if (this.validateForm()) {
221
221
  const responseCheckZone = await this.props.request(this.props.context, GET_CHECK_ZONE, {
222
222
  businessId: this.props.postingAd.businessId,
223
- townId: this.props.postingAd.town
223
+ townId: this.props.postingAd.city
224
224
  });
225
225
 
226
226
  if (responseCheckZone.value === 'true') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "muba-posting",
3
- "version": "5.0.11",
3
+ "version": "5.0.12",
4
4
  "description": "Posting",
5
5
  "main": "Posting.js",
6
6
  "scripts": {