Project

General

Profile

Actions

VOC support #3079

closed

Request to create credential key - LEISURE TO YOU

Added by Tracy Tran about 1 month ago. Updated 29 days ago.

Status:
완료성공(Resolve)
Priority:
보통(Normal)
Assignee:
Target version:
Start date:
02/06/2026
Due date:
02/06/2026
% Done:

100%

Estimated time:
Part:
Build env.:

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!

Actions #1

Updated by calvin dev about 1 month ago

  • Start date set to 02/06/2026
Actions #2

Updated by calvin dev about 1 month ago

  • Status changed from 신규(New) to 진행(Doing)
Actions #3

Updated by calvin dev about 1 month ago

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]

Actions #4

Updated by calvin dev about 1 month ago

  • Due date set to 02/06/2026
  • Status changed from 진행(Doing) to QA test
  • Assignee changed from calvin dev to Tracy Tran
Actions #5

Updated by Tracy Tran about 1 month ago

  • Status changed from QA test to 완료성공(Resolve)
  • Assignee changed from Tracy Tran to calvin dev

checked

Actions #6

Updated by calvin dev 29 days ago

  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 50 MB)