deploy to dev
This commit is contained in:
parent
ee279dfbfe
commit
4717822490
1 changed files with 3 additions and 0 deletions
|
|
@ -92,6 +92,8 @@ export async function GET(req: NextRequest) {
|
|||
accessToken: tokenData.access_token,
|
||||
refreshToken: tokenData.refresh_token,
|
||||
expiresAt,
|
||||
salesAccountCode: "200",
|
||||
stripeClearingAccountCode: "610",
|
||||
updatedAt: new Date(),
|
||||
})
|
||||
.onConflictDoUpdate({
|
||||
|
|
@ -102,6 +104,7 @@ export async function GET(req: NextRequest) {
|
|||
refreshToken: tokenData.refresh_token,
|
||||
expiresAt,
|
||||
updatedAt: new Date(),
|
||||
// ⚠️ deliberately NOT updating account codes
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue