Commit 80aebf49 by tdgiang

Add sobanleOrderId field to AdminTransaction

Co-Authored-By: 's avatarClaude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017KPzWwuTEeX2vXGXvyGn4q
parent d484df15
...@@ -20,6 +20,7 @@ var AdminTransactionSchema = new Schema( ...@@ -20,6 +20,7 @@ var AdminTransactionSchema = new Schema(
timeStamp: { type: String, required: true }, timeStamp: { type: String, required: true },
resultMsg: { type: String, default: "" }, resultMsg: { type: String, default: "" },
createdByUsername: { type: String, default: null }, createdByUsername: { type: String, default: null },
sobanleOrderId: { type: String, default: null },
paidAt: { type: Date, default: null }, paidAt: { type: Date, default: null },
}, },
{ timestamps: true } { timestamps: true }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment