Skip to content

Commit 23b3bbd

Browse files
feat(ecom-config): option to enable update for only financial status
1 parent 3a6c277 commit 23b3bbd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

functions/ecom.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@ const app = {
165165
},
166166
hide: true
167167
},
168+
update_financial_orders_only: {
169+
schema: {
170+
type: 'boolean',
171+
default: false,
172+
title: 'Atualizar apenas status financeiro'
173+
},
174+
hide: true
175+
},
168176
ready_for_shipping_only: {
169177
schema: {
170178
type: 'boolean',

0 commit comments

Comments
 (0)