UNPKG

mtn-momo-client

Version:

A collection of utils to interact with the mtn-momo api

10 lines (7 loc) 222 B
import { Product } from '../../types'; const TRANSACTION_URL_PATHS: Record<Product, string> = { collection: '/requesttopay', disbursement: '/transfer', remittance: '/transfer', }; export { TRANSACTION_URL_PATHS };