remove payment field type from selfhosted

pull/217/head
Pete Matsyburka 2 years ago
parent 05b7acf6aa
commit 1a693fba2d

@ -86,7 +86,7 @@ window.customElements.define('template-builder', class extends HTMLElement {
backgroundColor: '#faf7f5',
withPhone: this.dataset.withPhone === 'true',
withLogo: this.dataset.withLogo !== 'false',
withPayment: this.dataset.withPayment !== 'false',
withPayment: this.dataset.withPayment === 'true',
acceptFileTypes: this.dataset.acceptFileTypes,
isDirectUpload: this.dataset.isDirectUpload === 'true'
})

Loading…
Cancel
Save