Mangopay / mangopay2-php-sdk

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

Shipping must extend `Libraries\Dto` to implement GetSubObjects #479

Closed ericabouaf closed 3 years ago

ericabouaf commented 3 years ago

The Shipping class implements GetSubObjects() without extending Libraries\Dto. The parent::GetSubObjects() fails

https://github.com/Mangopay/mangopay2-php-sdk/blob/master/MangoPay/Shipping.php#L33

SoloJr commented 3 years ago

Hi @ericabouaf

We've discovered the issue before seeing this request, and it was planned for the next release. It was fixed in another PR that will be approved before the next release.

Thank you!