Skip to content

Commit deae307

Browse files
authored
Add sodexo gift as a apm (#162)
1 parent 062fdfb commit deae307

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Model/ApmType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class ApmType
77
const PAPARA = 'PAPARA';
88
const PAYONEER = 'PAYONEER';
99
const SODEXO = 'SODEXO';
10+
const SODEXO_GIFT = 'SODEXO_GIFT';
1011
const EDENRED = 'EDENRED';
1112
const EDENRED_GIFT = 'EDENRED_GIFT';
1213
const METROPOL = 'METROPOL';

src/Model/PaymentMethod.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class PaymentMethod
99
const PAPARA = 'PAPARA';
1010
const PAYONEER = 'PAYONEER';
1111
const SODEXO = 'SODEXO';
12+
const SODEXO_GIFT = 'SODEXO_GIFT';
1213
const EDENRED = 'EDENRED';
1314
const EDENRED_GIFT = 'EDENRED_GIFT';
1415
const STRIPE = 'STRIPE';

0 commit comments

Comments
 (0)