Skip to content

Commit

Permalink
fix: support
Browse files Browse the repository at this point in the history
  • Loading branch information
devasakshay committed Dec 27, 2022
1 parent e054a10 commit eb78005
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions seller-app-api/services/logistics.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,7 @@ class LogisticsService {

const selectRequest = await ConfirmRequest.findOne({
where: {
transactionId: payload.context.transaction_id ,
retailOrderId: payload.message.order_id
transactionId: payload.context.ref_id
}
})

Expand Down

0 comments on commit eb78005

Please sign in to comment.