Skip to content

Commit 1e32bbb

Browse files
raubrey2014claude
andcommitted
Fix Tempo Javadoc example to use contract address instead of "USDC"
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c2da494 commit 1e32bbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/com/stripe/mpp/methods/tempo

src/main/java/com/stripe/mpp/methods/tempo/Tempo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* VerifyResult result = server.charge(
1414
* request.getHeader("Authorization"),
1515
* Tempo.chargeIntent(),
16-
* "10.000000", "USDC", "0xRecipient"
16+
* "10.000000", TempoDefaults.MAINNET_USDC, "0xRecipient"
1717
* );
1818
* }</pre>
1919
*/

0 commit comments

Comments
 (0)