paypal / merchant-sdk-php

PHP SDK for integrating with PayPal's Express Checkout / MassPay / Web Payments Pro APIs
Other
231 stars 201 forks source link

Unable to use the Button Manager API calls #137

Closed speller closed 7 years ago

speller commented 7 years ago

The package contain classes BMCreateButtonReq and so on, but the PayPalAPIInterfaceServiceService do not contain methods fort them. The PayPalAPIInterfaceServiceService class in the ButtonManagerSDK package contain them, but it is impossible to use these packages simultaneously in single app because of duplicate class names. Please move the Button Manager functionality to the MerchantSDK.

Also, I can't add this functionality by myself by extending existing PayPalAPIInterfaceServiceService class because many of its important fields and methods are marked as private and are inaccessible from inherited classes.

jaypatel512 commented 7 years ago

Released Button Manager 4.0.0. Please read the migration guide to use it with merchant SDK.

rossgabuya commented 7 years ago

Hi @jaypatel512 would you mind to view this #143 ? thanks