|
|
|
@ -389,7 +389,6 @@ export default {
|
|
|
|
withPhone: this.withPhone,
|
|
|
|
withPhone: this.withPhone,
|
|
|
|
withVerification: this.withVerification,
|
|
|
|
withVerification: this.withVerification,
|
|
|
|
withPayment: this.withPayment,
|
|
|
|
withPayment: this.withPayment,
|
|
|
|
withStamp: this.withStamp,
|
|
|
|
|
|
|
|
isPaymentConnected: this.isPaymentConnected,
|
|
|
|
isPaymentConnected: this.isPaymentConnected,
|
|
|
|
withFormula: this.withFormula,
|
|
|
|
withFormula: this.withFormula,
|
|
|
|
withConditions: this.withConditions,
|
|
|
|
withConditions: this.withConditions,
|
|
|
|
@ -589,11 +588,6 @@ export default {
|
|
|
|
required: false,
|
|
|
|
required: false,
|
|
|
|
default: false
|
|
|
|
default: false
|
|
|
|
},
|
|
|
|
},
|
|
|
|
withStamp: {
|
|
|
|
|
|
|
|
type: Boolean,
|
|
|
|
|
|
|
|
required: false,
|
|
|
|
|
|
|
|
default: false
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
isPaymentConnected: {
|
|
|
|
isPaymentConnected: {
|
|
|
|
type: Boolean,
|
|
|
|
type: Boolean,
|
|
|
|
required: false,
|
|
|
|
required: false,
|
|
|
|
|