Project

General

Profile

Actions

Feature #231

open

[api] fix gấp để tạm thời up product category theo domain chạy được

Added by Redmine Admin 20 days ago.

Status:
New
Priority:
High
Assignee:
Start date:
05/28/2026
Due date:
% Done:

0%

Estimated time:

Description

ProductCategoryModel.php

nó đang lỗi ở đây
$domain = $params['domain'] ?? '';
if (!empty($domain) && $domain !== 'EW') {
$default = 'TABLE_E_VISA_PRODUCT_CATEGORY';
$constantName = $default . '_' . strtoupper($domain);
$this->table = defined($constantName) ? constant($constantName) : constant($default);
}

No data to display

Actions

Also available in: Atom PDF