mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Coupon->Update returnData format fix, coupon description fix
This commit is contained in:
@@ -131,7 +131,7 @@ export const couponFields = [
|
||||
displayName: 'Discount Amount Currency',
|
||||
name: 'discountAmount',
|
||||
type: 'number',
|
||||
default: '',
|
||||
default: 1,
|
||||
description: 'Discount amount in currency.',
|
||||
typeOptions: {
|
||||
minValue: 1
|
||||
@@ -157,7 +157,7 @@ export const couponFields = [
|
||||
displayName: 'Discount Amount %',
|
||||
name: 'discountAmount',
|
||||
type: 'number',
|
||||
default: '',
|
||||
default: 1,
|
||||
description: 'Discount amount in percentage.',
|
||||
typeOptions: {
|
||||
minValue: 1,
|
||||
|
||||
Reference in New Issue
Block a user