You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,7 @@
1
-
# Trolley Java SDK (Previously Payment Rails[^1])
1
+
# Trolley Java SDK
2
2
3
3
A native Java SDK for Trolley
4
4
5
-
[^1]: [Payment Rails is now Trolley](https://www.trolley.com/payment-rails-is-now-trolley-series-a). We're in the process of updating our SDKs to support the new domain. In this transition phase, you might still see "PaymentRails" at some places.
6
-
7
5
## Installation
8
6
9
7
#
@@ -22,21 +20,21 @@ Add this dependency to your project's POM:
22
20
<dependency>
23
21
<groupId>com.trolley</groupId>
24
22
<artifactId>java-sdk</artifactId>
25
-
<version>1.0.1</version>
23
+
<version>1.1.1</version>
26
24
</dependency>
27
25
```
28
26
29
-
The library's source is hosted at [https://github.com/paymentRails/java-sdk](https://github.com/paymentRails/java-sdk)
27
+
The library's source is hosted at [https://github.com/paymentRails/java-sdk](https://github.com/trolley/java-sdk)
30
28
31
-
The library can be found at: [https://central.sonatype.com/artifact/com.trolley/java-sdk/1.0](https://central.sonatype.com/artifact/com.trolley/java-sdk/1.0)
29
+
The library can be found at: [https://central.sonatype.com/artifact/com.trolley/java-sdk/](https://central.sonatype.com/artifact/com.trolley/java-sdk/)
0 commit comments