muba-posting 9.0.21 → 9.0.23

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/Publish6.js CHANGED
@@ -290,6 +290,8 @@ export default class Publish6 extends React.Component {
290
290
  value={this.props.postingAd.phonesObject}
291
291
  country={this.props.country}
292
292
  maxPhones={3}
293
+ businessId={this.props.businessId}
294
+ verification={true}
293
295
  required={true}
294
296
  disabled={!this.props.allowedToModify.phone}
295
297
  returnKeyType={"next"}
package/locales/ar.json CHANGED
@@ -71,7 +71,7 @@
71
71
  "noPromoteTitle": "عذرا! لا تتوفرون على إعلانات {{product}} متوفرة",
72
72
  "noPromoteSubtitle": "إذا كنتم ترغبون في إعادة شحن حسابكم ، فاتصلوا بنا: {{countryPhone}}",
73
73
  "new": "جديد",
74
- "neverUser": "لم يُسكن من قبل / مُجدد",
74
+ "neverUsed": "لم يُسكن من قبل / مُجدد",
75
75
  "good": "حالة جيدة",
76
76
  "reform": "للتجديد",
77
77
  "L1": "أقل من سنة",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "muba-posting",
3
- "version": "9.0.21",
3
+ "version": "9.0.23",
4
4
  "description": "Posting",
5
5
  "main": "Posting.js",
6
6
  "scripts": {