Skip to content

Commit 67ab416

Browse files
authored
Update Stripe component versions to 0.1.3 and 0.1.4 for various actions and sources, enhancing functionality and consistency across the board. (#18319)
1 parent 0a27473 commit 67ab416

File tree

60 files changed

+137
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+137
-74
lines changed

components/stripe/actions/cancel-or-reverse-payout/cancel-or-reverse-payout.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "stripe-cancel-or-reverse-payout",
55
name: "Cancel Or Reverse A Payout",
66
type: "action",
7-
version: "0.1.2",
7+
version: "0.1.3",
88
description: "Cancel a pending payout or reverse a paid payout. [See the documentation here](https://docs.stripe.com/api/payouts/cancel) and [here](https://docs.stripe.com/api/payouts/reverse)",
99
props: {
1010
app,

components/stripe/actions/cancel-payment-intent/cancel-payment-intent.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "stripe-cancel-payment-intent",
55
name: "Cancel A Payment Intent",
66
type: "action",
7-
version: "0.1.2",
7+
version: "0.1.3",
88
description: "Cancel a PaymentIntent. [See the documentation](https://stripe.com/docs/payments/payment-intents).",
99
props: {
1010
app,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "stripe-cancel-subscription",
55
name: "Cancel Subscription",
66
description: "Cancel a subscription. [See the documentation](https://docs.stripe.com/api/subscriptions/cancel?lang=node)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
stripe,

components/stripe/actions/capture-payment-intent/capture-payment-intent.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "stripe-capture-payment-intent",
55
name: "Capture a Payment Intent",
66
type: "action",
7-
version: "0.1.2",
7+
version: "0.1.3",
88
description: "Capture the funds of an existing uncaptured payment intent. [See the documentation](https://stripe.com/docs/api/payment_intents/capture).",
99
props: {
1010
app,

components/stripe/actions/confirm-payment-intent/confirm-payment-intent.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "stripe-confirm-payment-intent",
66
name: "Confirm A Payment Intent",
77
type: "action",
8-
version: "0.1.2",
8+
version: "0.1.3",
99
description: "Confirm that your customer intends to pay with current or provided payment method. [See the documentation](https://stripe.com/docs/api/payment_intents/confirm).",
1010
props: {
1111
app,

components/stripe/actions/create-billing-meter/create-billing-meter.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "stripe-create-billing-meter",
55
name: "Create Billing Meter",
66
type: "action",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
description: "Creates a billing meter. [See the documentation](https://docs.stripe.com/api/billing/meter/create).",
99
props: {
1010
app,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "stripe-create-customer",
66
name: "Create a Customer",
77
type: "action",
8-
version: "0.1.2",
8+
version: "0.1.3",
99
description: "Create a customer. [See the documentation](https://stripe.com/docs/api/customers/create).",
1010
props: {
1111
app,

components/stripe/actions/create-invoice-item/create-invoice-item.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "stripe-create-invoice-item",
55
name: "Create Invoice Line Item",
66
type: "action",
7-
version: "0.1.2",
7+
version: "0.1.3",
88
description: "Add a line item to an invoice. [See the documentation](https://stripe.com/docs/api/invoiceitems/create).",
99
props: {
1010
app,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "stripe-create-invoice",
55
name: "Create Invoice",
66
type: "action",
7-
version: "0.1.2",
7+
version: "0.1.3",
88
description: "Create an invoice. [See the documentation](https://stripe.com/docs/api/invoices/create).",
99
props: {
1010
app,

components/stripe/actions/create-payment-intent/create-payment-intent.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "stripe-create-payment-intent",
55
name: "Create a Payment Intent",
66
type: "action",
7-
version: "0.1.2",
7+
version: "0.1.3",
88
description: "Create a payment intent. [See the documentation](https://stripe.com/docs/api/payment_intents/create).",
99
props: {
1010
app,

0 commit comments

Comments
 (0)