Mangopay / mangopay2-php-sdk

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

Fix MangoPay\PayInWebExtendedView #412

Closed H4wKs closed 4 years ago

H4wKs commented 4 years ago

This PR is to fix the current broken MangoPay\PayInWebExtendedView class as explained in issue #411

I extended PayInWebExtendedView to Libraries\Dto

In order to match the current API, I made a few changes in the class variable:

This allow to call the mangoPayApi->PayIns->GetExtendedCardView($payIn)) call again.

H4wKs commented 4 years ago

I've got it all green from Travis on my forked repository, can you please relaunch the build that failed on Travis as this is not related to the code itself. See : https://travis-ci.com/github/H4wKs/mangopay2-php-sdk

H4wKs commented 4 years ago

Closing this PR in favor to PR #413