Moved to _dev
This commit is contained in:
19
crater/resources/scripts/admin/stub/customer.js
Normal file
19
crater/resources/scripts/admin/stub/customer.js
Normal file
@@ -0,0 +1,19 @@
|
||||
import addressStub from '@/scripts/admin/stub/address.js'
|
||||
|
||||
export default function () {
|
||||
return {
|
||||
name: '',
|
||||
contact_name: '',
|
||||
email: '',
|
||||
phone: null,
|
||||
password: '',
|
||||
confirm_password:'',
|
||||
currency_id: null,
|
||||
website: null,
|
||||
billing: { ...addressStub },
|
||||
shipping: { ...addressStub },
|
||||
customFields: [],
|
||||
fields: [],
|
||||
enable_portal: false,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user