@@ -3208,7 +3208,7 @@ public void testCoreEventsGetServices() throws StripeException {
32083208 null,
32093209 null,
32103210 com.stripe.model.v2.core.Event.class,
3211- "{\"context\":\"context\",\"created\":\"1970-01-12T21:42:34.472Z\",\"id\":\"obj_123\",\"object\":\"v2.core.event\",\"reason\":{\"type\":\"request\",\"request\":{\"id\":\"obj_123\",\"idempotency_key\":\"idempotency_key\"}},\"type\":\"type\",\"livemode\":true }");
3211+ "{\"context\":\"context\",\"created\":\"1970-01-12T21:42:34.472Z\",\"id\":\"obj_123\",\"livemode\":true,\" object\":\"v2.core.event\",\"reason\":{\"type\":\"request\",\"request\":{\"id\":\"obj_123\",\"idempotency_key\":\"idempotency_key\"}},\"type\":\"type\"}");
32123212 StripeClient client = new StripeClient(networkSpy);
32133213
32143214 com.stripe.model.v2.core.Event event = client.v2().core().events().retrieve("ll_123");
@@ -24499,7 +24499,7 @@ public void testV2CoreEventGetServices() throws StripeException {
2449924499 null,
2450024500 new TypeToken<
2450124501 com.stripe.model.v2.StripeCollection<com.stripe.model.v2.core.Event>>() {}.getType(),
24502- "{\"data\":[{\"created\":\"1970-01-12T21:42:34.472Z\",\"id\":\"obj_123\",\"object\":\"v2.core.event\",\"type\":\"type\",\"livemode\":true }],\"next_page_url\":null,\"previous_page_url\":null}");
24502+ "{\"data\":[{\"created\":\"1970-01-12T21:42:34.472Z\",\"id\":\"obj_123\",\"livemode\":true,\" object\":\"v2.core.event\",\"type\":\"type\"}],\"next_page_url\":null,\"previous_page_url\":null}");
2450324503 StripeClient client = new StripeClient(networkSpy);
2450424504
2450524505 com.stripe.param.v2.core.EventListParams params =
@@ -24521,7 +24521,7 @@ public void testV2CoreEventGet2Services() throws StripeException {
2452124521 null,
2452224522 null,
2452324523 com.stripe.model.v2.core.Event.class,
24524- "{\"created\":\"1970-01-12T21:42:34.472Z\",\"id\":\"obj_123\",\"object\":\"v2.core.event\",\"type\":\"type\",\"livemode\":true }");
24524+ "{\"created\":\"1970-01-12T21:42:34.472Z\",\"id\":\"obj_123\",\"livemode\":true,\" object\":\"v2.core.event\",\"type\":\"type\"}");
2452524525 StripeClient client = new StripeClient(networkSpy);
2452624526
2452724527 com.stripe.model.v2.core.Event event = client.v2().core().events().retrieve("id_123");
@@ -24720,7 +24720,7 @@ public void testV2CoreEventDestinationPost5Services() throws StripeException {
2472024720 null,
2472124721 null,
2472224722 com.stripe.model.v2.core.Event.class,
24723- "{\"created\":\"1970-01-12T21:42:34.472Z\",\"id\":\"obj_123\",\"object\":\"v2.core.event\",\"type\":\"type\",\"livemode\":true }");
24723+ "{\"created\":\"1970-01-12T21:42:34.472Z\",\"id\":\"obj_123\",\"livemode\":true,\" object\":\"v2.core.event\",\"type\":\"type\"}");
2472424724 StripeClient client = new StripeClient(networkSpy);
2472524725
2472624726 com.stripe.model.v2.core.Event event = client.v2().core().eventDestinations().ping("id_123");
0 commit comments