Mangopay / mangopay2-php-sdk

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

ConversionQuote does not contain a Fees field #647

Open pkly opened 3 months ago

pkly commented 3 months ago

Hello,

As seen in docs at https://mangopay.com/docs/endpoints/conversions#create-quote the ConversionQuote object should contain a Fees (Money object) field (optional), but the model does not.

https://github.com/Mangopay/mangopay2-php-sdk/blob/master/MangoPay/ConversionQuote.php