/var/www/vhosts/nabawater/common/models/base
Edit: /var/www/vhosts/nabawater/common/models/base/BaseVendor.php (5396B)
16],
[['first_name', 'last_name', 'stripe_account_id'], 'string', 'max' => 254],
[['vendor_email', 'password_hash', 'secret_password_hash', 'password_reset_token', 'device_token'], 'string', 'max' => 256],
[['user_name'], 'string', 'max' => 64],
[['vendor_address'], 'string', 'max' => 200],
[['vendor_latitude', 'vendor_longitude', 'web_token'], 'string', 'max' => 100],
];
}
/**
* @inheritdoc
*/
public function attributeLabels()
{
return [
'vendor_id' => 'Vendor ID',
'vendor_key' => 'Vendor Key',
'first_name' => 'First Name',
'last_name' => 'Last Name',
'vendor_email' => 'Vendor Email',
'vendor_contact_number' => 'Vendor Contact Number',
'user_name' => 'User Name',
'password_hash' => 'Password Hash',
'secret_password_hash' => 'Secret Password Hash',
'password_reset_token' => 'Password Reset Token',
'commision_type' => 'Commision Type',
'commission' => 'Commission',
'commision_percent' => 'Commision Percent',
'vendor_address' => 'Vendor Address',
'minimum_cart_value' => 'Minimum Cart Value',
'GST' => 'Gst',
'service_tax' => 'Service Tax',
'order_type' => 'Order Type',
'vendor_type' => 'Food Type',
'payment_option' => 'Payment Option',
'city_id' => 'City ID',
'area_id' => 'Area ID',
'vendor_latitude' => 'Vendor Latitude',
'vendor_longitude' => 'Vendor Longitude',
'delivery_minutes' => 'Delivery Minutes',
'preorder_available' => 'Preorder Available',
'vendor_policy' => 'Vendor Policy',
'vendor_status' => 'Vendor Status',
'vendor_shop_status' => 'Vendor Shop Status',
'is_featured' => 'Is Featured',
'stripe_account_id' => 'Stripe Account ID',
'rating' => 'Rating',
'rating_count' => 'Rating Count',
'device_type' => 'Device Type',
'device_token' => 'Device Token',
'web_token' => 'Web Token',
'is_login' => 'Is Login',
'created_at' => 'Created At',
'created_user_id' => 'Created User ID',
'modified_at' => 'Modified At',
'modified_user_id' => 'Modified User ID',
'out_of_service' => 'Out Of Service',
'sort_no' => 'Sort No',
'approval_status' => 'Approval Status',
];
}
}