Mangopay / mangopay2-php-sdk

PHP SDK for MANGOPAY
https://packagist.org/packages/mangopay/php-sdk-v2
MIT License
122 stars 133 forks source link

Misswrited Mandate Eventype #381

Closed davoinb closed 4 years ago

davoinb commented 4 years ago

Be carefull on using the events of the hook for the Mandate object. For the mandate failed, the event is misswrited as follow: (EventType.php)

const MandateCreated = "MANDATE_CREATED";
const MandatedFailed = "MANDATE_FAILED";
const MandateActivated = "MANDATE_ACTIVATED";
const MandateSubmitted = "MANDATE_SUBMITTED";
mickaelpois commented 4 years ago

Typo will be deprecated, and new parameter with good typo has been added, not to be breaking.