Browse Source

Merge branch 'fix/diaria-kay-correções' of Softpar/sfp_front_vue_diarista_cliente into development

zntt 4 ngày trước cách đây
mục cha
commit
37709a0f98
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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