mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-06 22:55:02 +00:00
cac payemnt integration and cbe rate exchange webscrabing
This commit is contained in:
@@ -20,6 +20,7 @@ export { EBirrProvider } from './providers/ebirr/ebirr.provider';
|
||||
export { CardProvider } from './providers/card/card.provider';
|
||||
export { WaafiProvider } from './providers/waafi/waafi.provider';
|
||||
export { DMoneyProvider } from './providers/dmoney/dmoney.provider';
|
||||
export { CacBankProvider } from './providers/cac-bank/cac-bank.provider';
|
||||
|
||||
// Telebirr crypto + types (exported for apps that build/verify signatures directly)
|
||||
export {
|
||||
@@ -49,6 +50,19 @@ export type {
|
||||
WaafiGetTranInfoResponse,
|
||||
} from './providers/waafi/waafi.types';
|
||||
|
||||
// CAC Bank request/response types
|
||||
export type {
|
||||
CacSigninRequest,
|
||||
CacSigninResponse,
|
||||
CacPaymentInitiateRequest,
|
||||
CacPaymentInitiateResponse,
|
||||
CacPaymentConfirmRequest,
|
||||
CacPaymentConfirmResponse,
|
||||
CacGetPaymentByReferenceRequest,
|
||||
CacPaymentByReferenceResponse,
|
||||
CacConfirmResult,
|
||||
} from './providers/cac-bank/cac-bank.types';
|
||||
|
||||
// Webhook payload types
|
||||
export type { TelebirrWebhookPayload } from './webhooks/telebirr-webhook.types';
|
||||
export type { CbeBirrWebhookPayload } from './webhooks/cbe-birr-webhook.types';
|
||||
|
||||
Reference in New Issue
Block a user