We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062fdfb commit deae307Copy full SHA for deae307
src/Model/ApmType.php
@@ -7,6 +7,7 @@ class ApmType
7
const PAPARA = 'PAPARA';
8
const PAYONEER = 'PAYONEER';
9
const SODEXO = 'SODEXO';
10
+ const SODEXO_GIFT = 'SODEXO_GIFT';
11
const EDENRED = 'EDENRED';
12
const EDENRED_GIFT = 'EDENRED_GIFT';
13
const METROPOL = 'METROPOL';
src/Model/PaymentMethod.php
@@ -9,6 +9,7 @@ class PaymentMethod
14
15
const STRIPE = 'STRIPE';
0 commit comments