|
|
@@ -152,10 +152,10 @@
|
|
|
}
|
|
|
|
|
|
setInterval(function () {
|
|
|
- $.get('/mintOrder/${id}/status', function (data) {
|
|
|
+ $.get('/mintOrder/${orderId}/status', function (data) {
|
|
|
console.log(data);
|
|
|
if (data.status !== 'NOT_PAID') {
|
|
|
- window.location = '/9th/activityOrderDetail?id=${id}';
|
|
|
+ window.location = '/9th/activityOrderDetail?id=${orderId}';
|
|
|
}
|
|
|
});
|
|
|
}, 1000);
|