Skip to content

Commit

Permalink
fix: getRefundPayment
Browse files Browse the repository at this point in the history
  • Loading branch information
augustus281 committed Jun 2, 2024
1 parent 247c64f commit bc4e422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/controllers/payment.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class PaymentController {
// update slot tour
const orderItems = await OrderItem.findAll({
where: {
order_id: order_id
order_id: orderId
}
})

Expand Down

0 comments on commit bc4e422

Please sign in to comment.