Commit 60aa61c5 by tdgiang

Add Sổ Bán Lẻ config block

Co-Authored-By: 's avatarClaude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017KPzWwuTEeX2vXGXvyGn4q
parent 57a8a53f
......@@ -99,6 +99,15 @@ module.exports = {
return_url: "https://pg.cbotvietnam.com/alepay/return",
cancel_url: "https://pg.cbotvietnam.com/alepay/cancel",
},
sobanle: {
base_url: "https://haiyen.sobanle.com/api/jwt",
username: process.env.SOBANLE_USERNAME,
password: process.env.SOBANLE_PASSWORD,
warehouse_id: "1",
biller_id: "1",
account_id: "1",
currency_id: "1",
},
appota: {
base_url: "https://gateway.appotapay.com/api/v2/orders/payment",
partner_code: "CBOT",
......
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