Mangopay / mangopay2-php-sdk

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

FIX path oauth/token erreur 404 url not found #426

Closed rachedbelhadj closed 3 years ago

rachedbelhadj commented 4 years ago

In API DOC : https://docs.mangopay.com/guide/authentification

POST: https://api.mangopay.com/v2.01/oauth/token/ (change the subdomain to api.sandbox... to use the sandbox environment)

Authorization: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW

Content-Type: application/x-www-form-urlencoded

Form data: grant_type=client_credentials

mangomaxoasis commented 3 years ago

Hi @rachedbelhadj Could you rebase your PR to master, we've made some changes to the testing and release process Hence this PR won't pass unless it is up to date with current master thanks