File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ === 1.2.8 2013-08-12
2+
3+ * Add support for unsetting attributes by updating with a null value.
4+ Setting properties to a blank string is now an error.
5+ * Attempting to set an object's id is now an error.
6+
17=== 1.2.7 2013-07-31
28
39* Enable createCard() to use a token
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Add this dependency to your project's POM:
1717 <dependency>
1818 <groupId>com.stripe</groupId>
1919 <artifactId>stripe-java</artifactId>
20- <version>1.2.7 </version>
20+ <version>1.2.8 </version>
2121 </dependency>
2222
2323### Others
Original file line number Diff line number Diff line change 1- 1.2.7
1+ 1.2.8
Original file line number Diff line number Diff line change 44 <groupId >com.stripe</groupId >
55 <artifactId >stripe-java</artifactId >
66 <packaging >jar</packaging >
7- <version >1.2.7 </version >
7+ <version >1.2.8 </version >
88 <name >stripe-java</name >
99 <url >https://github.com/stripe/stripe-java</url >
1010 <dependencies >
Original file line number Diff line number Diff line change 33public abstract class Stripe
44{
55 public static final String API_BASE = "https://api.stripe.com" ;
6- public static final String VERSION = "1.2.7 " ;
6+ public static final String VERSION = "1.2.8 " ;
77 public static String apiKey ;
88 public static String apiVersion ;
99}
You can’t perform that action at this time.
0 commit comments