File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
actions/create-subscription Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default {
55 key : "stripe-create-subscription" ,
66 name : "Create Subscription" ,
77 type : "action" ,
8- version : "0.1.3 " ,
8+ version : "0.1.4 " ,
99 description : "Create a subscription. [See the documentation](https://stripe.com/docs/api/subscriptions/create)." ,
1010 props : {
1111 app,
@@ -106,6 +106,7 @@ export default {
106106 ] ,
107107 } ,
108108 automaticTaxLiabilityAccount : {
109+ type : "string" ,
109110 label : "Automatic Tax - Liability - Account" ,
110111 description : "The connected account being referenced when **Automatic Tax - Liability - Type** is account." ,
111112 optional : true ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pipedream/stripe" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.2 " ,
44 "description" : " Pipedream Stripe Components" ,
55 "main" : " stripe.app.mjs" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments