@@ -155,7 +155,7 @@
$.get('/order/${orderId}/status', function (data) {
console.log(data);
if (data.status !== 'NOT_PAID') {
- window.location = '/9th/orders';
+ window.location = '/9th/orderDetail?id=${orderId}';
}
});
}, 1000);