Mangopay / mangopay2-php-sdk

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

File for Payout is not Up to date to Version 2.0.1 #408

Closed Bjoern3003 closed 4 years ago

Bjoern3003 commented 4 years ago

The Payout in this SDK does not support Tag and BankwireRef.

mangomaxoasis commented 4 years ago

@Bjoern3003 looking into it, I'll keep you updated

Bjoern3003 commented 4 years ago

Good Morning, thank you a lot.

mangomaxoasis commented 4 years ago

Hi @Bjoern3003 we've looked into the issue and wanted to double check where the payout is not supporting Tag and Bankwire Do you have some kind of example? Best, Max

Bjoern3003 commented 4 years ago

Hi, there is no variable for the Tag in your https://github.com/Mangopay/mangopay2-php-sdk/blob/master/MangoPay/PayOut.php

For the BankwireRef I have found the file https://github.com/Mangopay/mangopay2-php-sdk/blob/master/MangoPay/PayOutPaymentDetailsBankWire.php

mangomaxoasis commented 4 years ago

Hi @Bjoern3003 The tag field is in EntityBase object and Payout is extending Transaction, which is extending EntityBase Please look in EntityBase to find the relevant tag Cheers max