Skip to content

Commit

Permalink
Merge pull request #12 from Axent96/patch-1
Browse files Browse the repository at this point in the history
add payment method 'TWINT'
  • Loading branch information
wysow authored Nov 12, 2019
2 parents 05aef57 + 2380859 commit 18ed545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/PostFinance/AbstractPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ abstract class AbstractPaymentRequest extends AbstractRequest
'UNEUROCOM' => 'UNEUROCOM',
'VISA' => 'CreditCard',
'Wallie' => 'Wallie',
'TWINT' => 'TWINT',
);

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

0 comments on commit 18ed545

Please sign in to comment.