biz9-logic 4.8.41 → 4.8.43
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/biz9_config +1 -1
- package/index.js +2 -2
- package/package.json +1 -1
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -708,10 +708,10 @@ class Review_Logic {
|
|
|
708
708
|
review.email="ceo@biz"+String(Number.get_id())+".com";
|
|
709
709
|
review.first_name="First Name "+ Number.get_id();
|
|
710
710
|
review.last_name="Last Name "+ Number.get_id();
|
|
711
|
+
review.hometown="Hometown "+ Number.get_id();
|
|
711
712
|
review.position="Position "+ Number.get_id();
|
|
713
|
+
review.star_count=Number.get_id(6);
|
|
712
714
|
review.comment="My comment "+ Number.get_id() + "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
|
|
713
|
-
review.city=city_list[Number.get_id(city_list.length-1)];
|
|
714
|
-
review.state=state_list[Number.get_id(state_list.length-1)];
|
|
715
715
|
return review;
|
|
716
716
|
};
|
|
717
717
|
static get_test_list=(option)=>{
|