From 53d0bb96d8c6acaae48f22baf93242c0214d703f Mon Sep 17 00:00:00 2001 From: taro Date: Mon, 7 Apr 2025 00:11:02 -0300 Subject: [PATCH] refactor(CheckoutView): remove leftover test code --- src/stores/app.js | 1 - 1 file changed, 1 deletion(-) 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],