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 17465ea commit a096045Copy full SHA for a096045
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(new URI("http://www.google.com/"))
+ .referrerUri(new URI("https://www.google.com/"))
173
.subaffiliateId("saf9")
174
.build()
175
).payment(
@@ -240,7 +240,7 @@ Patches and pull requests are encouraged. Please include unit tests whenever pos
240
241
## Versioning ##
242
243
-This API uses [Semantic Versioning](http://semver.org/).
+This API uses [Semantic Versioning](https://semver.org/).
244
245
## Copyright and License ##
246
0 commit comments