You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -56,7 +66,7 @@ public void testAddonParamOnly() {
56
66
put("subscriber_status", newHashMap<>());
57
67
}});
58
68
}};
59
-
makeRequestBodyAndAssert(params, "{\"addons\":{\"contact_plus\":{\"billing_postal_code\":\"90210\"},\"device_info\":{},\"current_location_plus\":{},\"contact\":{},\"number_deactivation\":{},\"subscriber_status\":{},\"contact_match\":{\"country\":\"USA\",\"address\":\"12345 Some St\",\"city\":\"Los Angeles\",\"last_name\":\"Smith\",\"state\":\"CA\",\"postal_code\":\"90210\",\"first_name\":\"Bob\"},\"current_location\":{}}}");
@@ -83,6 +93,6 @@ public void testAddonAndRegularParams() {
83
93
put("subscriber_status", newHashMap<>());
84
94
}});
85
95
}};
86
-
makeRequestBodyAndAssert(params, "{\"addons\":{\"contact_plus\":{\"billing_postal_code\":\"90210\"},\"device_info\":{},\"current_location_plus\":{},\"contact\":{},\"number_deactivation\":{},\"subscriber_status\":{},\"contact_match\":{\"country\":\"USA\",\"address\":\"12345 Some St\",\"city\":\"Los Angeles\",\"last_name\":\"Smith\",\"state\":\"CA\",\"postal_code\":\"90210\",\"first_name\":\"Bob\"},\"current_location\":{}},\"originating_ip\":\"127.0.0.1\",\"account_lifecycle_event\":\"create\"}");
0 commit comments