File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 2.1.0
4
+
5
+ - Fixed not able to cancel/reactivate/delete past_due and incomplete subscriptions.
6
+ - Fixed status for cancelled trialing, past_due, and incomplete subscriptions.
7
+
3
8
### 2.0.1
4
9
5
- - Fixing ` subscription.metadata ` type
10
+ - Fixed ` subscription.metadata ` type
6
11
7
12
### 2.0.0
8
13
9
14
- ** BREAKING:** Moved client dist from ` dist/checkout.js ` to ` dist/client/checkout.js `
10
- - Adding ` periodEnd ` timestamp to subscription object returned from ` getSubscription `
15
+ - Added ` periodEnd ` timestamp to subscription object returned from ` getSubscription `
11
16
- Converted project source to TypeScript
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " checkout" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " " ,
5
5
"main" : " dist/lib/index.js" ,
6
6
"types" : " dist/lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments