mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
format changes
This commit is contained in:
@@ -3,8 +3,6 @@ import { INodeProperties } from "n8n-workflow";
|
|||||||
import { allCurrencies } from './currencies';
|
import { allCurrencies } from './currencies';
|
||||||
|
|
||||||
export const ecomOrderOperations = [
|
export const ecomOrderOperations = [
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
displayName: 'Operation',
|
displayName: 'Operation',
|
||||||
name: 'operation',
|
name: 'operation',
|
||||||
@@ -49,7 +47,6 @@ export const ecomOrderOperations = [
|
|||||||
] as INodeProperties[]
|
] as INodeProperties[]
|
||||||
|
|
||||||
export const ecomOrderFields = [
|
export const ecomOrderFields = [
|
||||||
|
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
// ecommerceOrder:create
|
// ecommerceOrder:create
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user