disable payments

This commit is contained in:
2023-06-23 10:12:13 +10:00
parent 66e2a68cde
commit b25b697e7b

View File

@@ -259,5 +259,5 @@ const computedSubmitLabel = computed(() => {
const refPaymentForm = ref(null);
loadData();
initCard();
// initCard();
</script>