diff --git a/src/stores/app.js b/src/stores/app.js index 3c0b3009..ad0babd8 100644 --- a/src/stores/app.js +++ b/src/stores/app.js @@ -92,7 +92,6 @@ export const useAppStore = defineStore('hedera', { async checkRedirect(checkoutContinue) { const orderId = this.basketOrderId; - // const orderId = 'nope!'; // <--- hard-coded invalid orderId to test failure case const myOrder_checkConfig = await api.post('applications/myOrder_checkConfig/execute-proc', { schema: 'hedera', params: [orderId],