We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bc286 commit ba78a35Copy full SHA for ba78a35
1 file changed
README.md
@@ -169,7 +169,7 @@ Transaction request = new Transaction.Builder(
169
.amount(new BigDecimal(Double.toString(1.1)))
170
.currency("USD")
171
.discountCode("10OFF")
172
- .referrerUri("http://www.google.com/")
+ .referrerUri(new URI("http://www.google.com/"))
173
.subaffiliateId("saf9")
174
.build()
175
).payment(
0 commit comments