Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Model/ApmType.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ class ApmType
const FUND_TRANSFER = 'FUND_TRANSFER';
const CASH_ON_DELIVERY = 'CASH_ON_DELIVERY';
const SETCARD = 'SETCARD';
const ALBARAKA = 'ALBARAKA';
}
1 change: 1 addition & 0 deletions src/Model/PaymentProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ class PaymentProvider
const IWALLET = "IWALLET";
const SETCARD = "SETCARD";
const BKM_EXPRESS = "BKM_EXPRESS";
const ALBARAKA = "ALBARAKA";
const OFFLINE = "OFFLINE";
}