Skip to content

Commit 4037eb4

Browse files
authored
Fix variable name (#19349)
1 parent 419d1e0 commit 4037eb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "e_conomic-create-invoice",
55
name: "Create Invoice",
66
description: "Creates a new draft invoice. [See the documentation](https://restdocs.e-conomic.com/#post-invoices-drafts)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
annotations: {
1010
destructiveHint: false,
@@ -42,7 +42,7 @@ export default {
4242
"paymentTermNumber",
4343
],
4444
},
45-
recipientNmae: {
45+
recipientName: {
4646
type: "string",
4747
label: "Recipient Name",
4848
description: "The name of the recipient of the invoice",

components/e_conomic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/e_conomic",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pipedream E-conomic Components",
55
"main": "e_conomic.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)