diff --git a/dashboard/src2/components/billing/mpesa/BuyPrepaidCreditsMpesa.vue b/dashboard/src2/components/billing/mpesa/BuyPrepaidCreditsMpesa.vue index 3d0eedef70..c561d3dfef 100644 --- a/dashboard/src2/components/billing/mpesa/BuyPrepaidCreditsMpesa.vue +++ b/dashboard/src2/components/billing/mpesa/BuyPrepaidCreditsMpesa.vue @@ -139,6 +139,11 @@ export default { 'Both partner and phone number are required for payment.', ); } + if (!this.taxIdInput) { + throw new DashboardError( + 'Tax ID is required for payment.', + ); + } }, async onSuccess(data) { if (data?.ResponseCode === '0') {