Skip to content

Commit

Permalink
Fix the layout of response for payments
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKim20 committed Sep 5, 2024
1 parent 6c9e15d commit 61028c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/relay/src/routers/PaymentRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ export class PaymentRouter {
totalPoint: item.totalPoint.toString(),
totalValue: item.totalValue.toString(),
paymentStatus: item.paymentStatus,
terminalId: item.terminalId,
openNewTimestamp: item.openNewTimestamp,
closeNewTimestamp: item.closeNewTimestamp,
openCancelTimestamp: item.openCancelTimestamp,
Expand Down Expand Up @@ -1164,6 +1165,7 @@ export class PaymentRouter {
currency: item.currency,
shopId: item.shopId,
account: item.account,
terminalId: item.terminalId,
paymentStatus: item.paymentStatus,
txHash: tx.hash,
})
Expand Down

0 comments on commit 61028c8

Please sign in to comment.