Skip to content

Commit 8c92b95

Browse files
Merge pull request #770 from mweghorst/patch-1
Add MB Way and Multibanco to PaymentMethod type
2 parents 2a8dcd2 + 7a62e8b commit 8c92b95

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Types/PaymentMethod.php

+10
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,16 @@ class PaymentMethod
122122
*/
123123
public const KLARNA_SLICE_IT = "klarnasliceit";
124124

125+
/**
126+
* @link https://www.mollie.com/en/payments/mb-way
127+
*/
128+
public const MBWAY = "mbway";
129+
130+
/**
131+
* @link https://www.mollie.com/en/payments/multibanco
132+
*/
133+
public const MULTIBANCO = "multibanco";
134+
125135
/**
126136
* @link https://www.mollie.com/en/payments/mybank
127137
*/

0 commit comments

Comments
 (0)