Skip to content

Commit 5275fa9

Browse files
authored
Fixed prop automaticTaxLiabilityAccount in action create-subscription (#16844)
1 parent e7b038c commit 5275fa9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

components/stripe/actions/create-subscription/create-subscription.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

components/stripe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)