diff --git a/apps/mno/src/modules/selcom/services/selcom.service.ts b/apps/mno/src/modules/selcom/services/selcom.service.ts index 8497264..f19faa6 100644 --- a/apps/mno/src/modules/selcom/services/selcom.service.ts +++ b/apps/mno/src/modules/selcom/services/selcom.service.ts @@ -74,8 +74,8 @@ export class SelcomService { const apiKey = APPENV.SELCOM_APIKEY; const apiSecret = APPENV.SELCOM_APISECRET; - // const url = `${APPENV.SELCOM_APIURL}/wallet/pushussd`; - const url = `${APPENV.SELCOM_APIURL}/checkout/wallet-payment`; + const url = `${APPENV.SELCOM_APIURL}/wallet/pushussd`; + // const url = `${APPENV.SELCOM_APIURL}/checkout/wallet-payment`; const payload: SelcomPayload = { utilityref: APPENV.SELCOM_VENDOR,