refactor(CheckoutView): remove leftover test code
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
This commit is contained in:
parent
f5e17900d7
commit
53d0bb96d8
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue