Skip to content

Commit 18ed545

Browse files
authored
Merge pull request #12 from Axent96/patch-1
add payment method 'TWINT'
2 parents 05aef57 + 2380859 commit 18ed545

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/PostFinance/AbstractPaymentRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ abstract class AbstractPaymentRequest extends AbstractRequest
7979
'UNEUROCOM' => 'UNEUROCOM',
8080
'VISA' => 'CreditCard',
8181
'Wallie' => 'Wallie',
82+
'TWINT' => 'TWINT',
8283
);
8384

8485
/** Note this is public to allow easy modification, if need be. */

0 commit comments

Comments
 (0)