Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Model/ApmType.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class ApmType
const PAPARA = 'PAPARA';
const PAYONEER = 'PAYONEER';
const SODEXO = 'SODEXO';
const SODEXO_GIFT = 'SODEXO_GIFT';
const EDENRED = 'EDENRED';
const EDENRED_GIFT = 'EDENRED_GIFT';
const METROPOL = 'METROPOL';
Expand Down
1 change: 1 addition & 0 deletions src/Model/PaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class PaymentMethod
const PAPARA = 'PAPARA';
const PAYONEER = 'PAYONEER';
const SODEXO = 'SODEXO';
const SODEXO_GIFT = 'SODEXO_GIFT';
const EDENRED = 'EDENRED';
const EDENRED_GIFT = 'EDENRED_GIFT';
const STRIPE = 'STRIPE';
Expand Down