Skip to content

Commit 5ce3403

Browse files
Alican AkkusAlican Akkus
authored andcommitted
Add albarakaturk bnpl
1 parent 7c6241e commit 5ce3403

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/model/ApmType.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ enum ApmType {
3232
PaycellDCB = 'PAYCELL_DCB',
3333
IWallet = 'IWALLET',
3434
Papel = 'PAPEL',
35-
Paymob = 'PAYMOB'
35+
Paymob = 'PAYMOB',
36+
Albaraka = 'ALBARAKA'
3637
}
3738

3839
export default ApmType;

src/model/PaymentProvider.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ enum PaymentProvider {
3737
Offline = 'OFFLINE',
3838
Setcard = 'SETCARD',
3939
BkmExpress = 'BKM_EXPRESS',
40-
Papel = 'PAPEL'
40+
Papel = 'PAPEL',
41+
Albaraka = 'ALBARAKA'
4142
}
4243

4344
export default PaymentProvider;

0 commit comments

Comments
 (0)