refactor(CheckoutView): remove leftover test code
gitea/hedera-web/pipeline/pr-beta This commit looks good Details

This commit is contained in:
taro 2025-04-07 00:11:02 -03:00
parent f5e17900d7
commit 53d0bb96d8
1 changed files with 0 additions and 1 deletions

View File

@ -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],