Skip to content

Commit e7b038c

Browse files
authored
Fixed description in action create-subscription (#16842)
1 parent ed71f9b commit e7b038c

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

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

Lines changed: 2 additions & 2 deletions
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.2",
8+
version: "0.1.3",
99
description: "Create a subscription. [See the documentation](https://stripe.com/docs/api/subscriptions/create).",
1010
props: {
1111
app,
@@ -48,7 +48,7 @@ export default {
4848
],
4949
},
5050
collectionMethod: {
51-
descriptions: "Either charge_automatically, or send_invoice. When charging automatically, Stripe will attempt to pay this subscription at the end of the cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as active. Defaults to charge_automatically.",
51+
description: "Either charge_automatically, or send_invoice. When charging automatically, Stripe will attempt to pay this subscription at the end of the cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as active. Defaults to charge_automatically.",
5252
propDefinition: [
5353
app,
5454
"collectionMethod",

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.0",
3+
"version": "0.7.1",
44
"description": "Pipedream Stripe Components",
55
"main": "stripe.app.mjs",
66
"keywords": [

pnpm-lock.yaml

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)