We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58f00c commit 666c928Copy full SHA for 666c928
src/Model/ApmType.php
@@ -23,6 +23,7 @@ class ApmType
23
const HASO = 'HASO';
24
const PAYCELL = 'PAYCELL';
25
const ZIP = 'ZIP';
26
+ const DKB = 'DKB';
27
const MULTINET = 'MULTINET';
28
const MULTINET_GIFT = 'MULTINET_GIFT';
29
const MULTINET_NEO_GIFT = 'MULTINET_NEO_GIFT';
src/Model/PaymentProvider.php
@@ -23,6 +23,7 @@ class PaymentProvider
const HASO = "HASO";
const PAYCELL = "PAYCELL";
const ZIP = "ZIP";
+ const DKB = "DKB";
const MULTINET = "MULTINET";
const YKB_WORLD_PAY_SHOPPING_LOAN = "YKB_WORLD_PAY_SHOPPING_LOAN";
const ALIPAY = "ALIPAY";
0 commit comments