diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-02 08:52:13 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-02 08:52:13 +0700 |
| commit | b2b458d4a642271b98f23403c74eb7aad06cd71d (patch) | |
| tree | e9d58bd5f6664c82236e82c95843a1f264e187aa /indoteknik_api/models | |
| parent | 7d5204a92422848f617af2d0e50d7069bf9f7824 (diff) | |
<iman> update merchant
Diffstat (limited to 'indoteknik_api/models')
| -rw-r--r-- | indoteknik_api/models/res_users.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_api/models/res_users.py b/indoteknik_api/models/res_users.py index 77aeeef7..37441d7f 100644 --- a/indoteknik_api/models/res_users.py +++ b/indoteknik_api/models/res_users.py @@ -63,6 +63,7 @@ class ResUsers(models.Model): 'rajaongkir_city_id': user.kecamatan_id.rajaongkir_id or 0, 'alamat_wajib_pajak': user.alamat_lengkap_text or None, 'alamat_bisnis': user.street or None, + 'companyType': user.customer_type or 'nonpkp', 'longtitude': user.longtitude or None, 'latitude': user.latitude or None, 'address_map': user.address_map or None, |
