VOC support #3079
closed
Request to create credential key - LEISURE TO YOU
Added by Tracy Tran about 1 month ago.
Updated 29 days ago.
Description
Dear team,
Good day!
Kindly create credential key for below account both PROD and DEV
DEV : 200239 LEISURE TO YOU
PROD : 200239 LEISURE TO YOU
Thank you!
- Start date set to 02/06/2026
- Status changed from 신규(New) to 진행(Doing)
Corrected script:
```sql
SET @API_SECRET_DEV = SUBSTRING), 1, 10);
SET @API_TOKEN_DEV = SUBSTRING, NOW), 256), 1, 52);
SET @API_SECRET_PROD = SUBSTRING), 1, 10);
SET @API_TOKEN_PROD = SUBSTRING, NOW, RAND), 256), 1, 52);
UPDATE US_SELLER_COMP
SET API_SECRET_DEV = @API_SECRET_DEV,
API_TOKEN_DEV = @API_TOKEN_DEV,
API_SECRET_PROD = @API_SECRET_PROD,
API_TOKEN_PROD = @API_TOKEN_PROD
WHERE SELLER_COMP_CODE = 200239;
```
[AI]
- Due date set to 02/06/2026
- Status changed from 진행(Doing) to QA test
- Assignee changed from calvin dev to Tracy Tran
- Status changed from QA test to 완료성공(Resolve)
- Assignee changed from Tracy Tran to calvin dev
- % Done changed from 0 to 100
Also available in: Atom
PDF