Skip to content

Commit 20b809d

Browse files
authored
Merge pull request #21 from mnastalski/channel-blik
Add new transaction channels
2 parents 97b8e9c + 2710ccf commit 20b809d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Enums/TransactionChannel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ enum TransactionChannel: int
1313
case INSTALLMENTS = 128;
1414
case WALLETS = 256;
1515
case CARDS_ONLY = 4096;
16+
case BLIK = 8192;
17+
case ALL_EXCEPT_BLIK = 16384;
1618
}

0 commit comments

Comments
 (0)