Skip to content

Commit ba78a35

Browse files
committed
Fix typo in example
1 parent d8bc286 commit ba78a35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Transaction request = new Transaction.Builder(
169169
.amount(new BigDecimal(Double.toString(1.1)))
170170
.currency("USD")
171171
.discountCode("10OFF")
172-
.referrerUri("http://www.google.com/")
172+
.referrerUri(new URI("http://www.google.com/"))
173173
.subaffiliateId("saf9")
174174
.build()
175175
).payment(

0 commit comments

Comments
 (0)