Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
tteia committed Oct 31, 2024
1 parent fac6324 commit bc5aa10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/order/payment/PaymentView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -633,11 +633,13 @@ export default {
body = {
"packageId": this.packageProduct.id,
}
console.log(body)
} else {
body = {
"packageId": this.packageProduct.id,
"couponId": this.coupon.couponId,
}
console.log(body)
}
const paymentResponse = await axios.post(`${process.env.VUE_APP_API_BASE_URL}/order-service/order`, body);
const orderId = paymentResponse.data.orderId;
Expand Down

0 comments on commit bc5aa10

Please sign in to comment.