Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afc270bb authored by Bill Gruber's avatar Bill Gruber
Browse files

IAB Doc Fix: Error in code snippet

Bug 5221766

Change-Id: I7af624ed69526b545c97d1419e08f60c92b79d8e
parent d5897dc7
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -584,9 +584,9 @@ interface.</p>
  // Note that the developer payload is optional.
  if (mDeveloperPayload != null) {
    request.putString(DEVELOPER_PAYLOAD, mDeveloperPayload);
  }
  Bundle response = mService.sendBillingRequest(request);
  // Do something with this response.
  }
</pre>
<p>The <code>makeRequestBundle()</code> method constructs an initial Bundle, which contains the
three keys that are required for all requests: <code>BILLING_REQUEST</code>,