File tree Expand file tree Collapse file tree
main/java/com/stripe/model/v2/core
test/java/com/stripe/model/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ protected StripeObject fetchRelatedObject(RelatedObject relatedObject) throws St
9999 }
100100
101101 RequestOptions .RequestOptionsBuilder optsBuilder = new RequestOptions .RequestOptionsBuilder ();
102- optsBuilder .setStripeRequestTrigger ("event=" + id );
102+ // optsBuilder.setStripeRequestTrigger("event=" + id); // TODO https://go/j/DEVSDK-3018
103103
104104 if (context != null ) {
105105 optsBuilder .setStripeAccount (context );
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ public void parsesV2EventAndDeserializesEventData() throws StripeException {
115115 assertEquals ("foo" , data .getDeveloperMessageSummary ());
116116 }
117117
118+ // currently intentionally broken while we wait for the major & https://go/j/DEVSDK-3018
118119 @ Test
119120 public void retrieveObjectFetchesAndDeserializesObject () throws StripeException , IOException {
120121 V1BillingMeterErrorReportTriggeredEvent event =
You can’t perform that action at this time.
0 commit comments