Переглянути джерело

fix: :bug: fix()correções Ajuste do arquivo de schedulepaamentdialog

Ajuste foi realizado pois a opção de pagar não estava liberada pois ainda existia a variavel do chackbox, agora esta removido por completo

origin:bug-interno
kayo henrique 4 днів тому
батько
коміт
05d7b1c13e
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      src/components/dashboard/SchedulePaymentDialog.vue

+ 1 - 2
src/components/dashboard/SchedulePaymentDialog.vue

@@ -141,7 +141,6 @@ const { platformFees, loadPlatformFees } = usePaymentPlatformFees()
 const item = computed(() => props.servicePackage)
 
 const selectedMethod = ref(null)
-const agreedToTerms = ref(false)
 const paymentMethods = ref([])
 const loadingCards = ref(false)
 
@@ -166,7 +165,7 @@ const addressFullText = computed(() => {
   return parts.join(', ');
 });
 
-const canConfirm = computed(() => selectedMethod.value !== null && agreedToTerms.value)
+const canConfirm = computed(() => selectedMethod.value !== null)
 
 
 //direcionamento para ttermos e serviços