diff --git a/src/model/ApmType.ts b/src/model/ApmType.ts index 5174f43..0dc2aec 100644 --- a/src/model/ApmType.ts +++ b/src/model/ApmType.ts @@ -32,7 +32,8 @@ enum ApmType { PaycellDCB = 'PAYCELL_DCB', IWallet = 'IWALLET', Papel = 'PAPEL', - Paymob = 'PAYMOB' + Paymob = 'PAYMOB', + Albaraka = 'ALBARAKA' } export default ApmType; diff --git a/src/model/PaymentProvider.ts b/src/model/PaymentProvider.ts index a5d7e79..9bed8cd 100644 --- a/src/model/PaymentProvider.ts +++ b/src/model/PaymentProvider.ts @@ -37,7 +37,8 @@ enum PaymentProvider { Offline = 'OFFLINE', Setcard = 'SETCARD', BkmExpress = 'BKM_EXPRESS', - Papel = 'PAPEL' + Papel = 'PAPEL', + Albaraka = 'ALBARAKA' } export default PaymentProvider;