@disruptive-learning/n8n-nodes-gigstack 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -65,6 +65,10 @@ This node has been tested with n8n version 0.214.0 and Gigstack API v1.
65
65
 
66
66
  ## Version history
67
67
 
68
+ ### 1.0.3
69
+
70
+ - Enhanced Payment Method field to accept expressions, allowing dynamic values to be used
71
+
68
72
  ### 1.1.1
69
73
 
70
74
  - [Add description of changes in this version]
@@ -143,7 +143,7 @@ class Gigstack {
143
143
  displayName: "Payment Method",
144
144
  name: "paymentMethod",
145
145
  type: "options",
146
- noDataExpression: true,
146
+ noDataExpression: false,
147
147
  required: true,
148
148
  displayOptions: {
149
149
  show: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@disruptive-learning/n8n-nodes-gigstack",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "n8n node for Gigstack API integration to manage payments and invoices",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",