max 6 miesięcy temu
rodzic
commit
a0fe247828
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/cashier.vue

+ 1 - 1
src/views/cashier.vue

@@ -188,7 +188,7 @@ const createOrderFn = async () => {
     userId: "test",
     currency: 'ARS',
   }
-  if(formDate.amount > 722445) {
+  if(formDate.amount > 99999999) {
     loading.value = false
     ElMessage({message: 'Your amount is too large to create a payment order', type: 'warning'})
     return