🐛 Fix order title type on Keap (#1798)

This commit is contained in:
MedAliMarz
2021-05-19 01:39:26 +02:00
committed by GitHub
parent a3ab3f2de5
commit 6e8de269ec

View File

@@ -83,7 +83,7 @@ export const ecommerceOrderFields = [
{ {
displayName: 'Order Title', displayName: 'Order Title',
name: 'orderTitle', name: 'orderTitle',
type: 'dateTime', type: 'string',
required: true, required: true,
displayOptions: { displayOptions: {
show: { show: {