Skip to content

Commit 666c928

Browse files
authored
Add dkb enum (#160)
* Add DKB * Add DKB
1 parent a58f00c commit 666c928

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Model/ApmType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class ApmType
2323
const HASO = 'HASO';
2424
const PAYCELL = 'PAYCELL';
2525
const ZIP = 'ZIP';
26+
const DKB = 'DKB';
2627
const MULTINET = 'MULTINET';
2728
const MULTINET_GIFT = 'MULTINET_GIFT';
2829
const MULTINET_NEO_GIFT = 'MULTINET_NEO_GIFT';

src/Model/PaymentProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class PaymentProvider
2323
const HASO = "HASO";
2424
const PAYCELL = "PAYCELL";
2525
const ZIP = "ZIP";
26+
const DKB = "DKB";
2627
const MULTINET = "MULTINET";
2728
const YKB_WORLD_PAY_SHOPPING_LOAN = "YKB_WORLD_PAY_SHOPPING_LOAN";
2829
const ALIPAY = "ALIPAY";

0 commit comments

Comments
 (0)