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

Namespace conflict with buttonmanager-sdk-php #97

Closed rb-cohen closed 7 years ago

rb-cohen commented 9 years ago

Its not possible to use paypal/buttonmanager-sdk-php and paypal/merchant-sdk-php in the same project.

Both have a PayPal\Service\PayPal\APIInterfaceServiceService class, with different methods in it.

Any chance of forking these classes to their own class name/namespace?

nicomollet commented 9 years ago

Same here, the two SDK have different functions useful for my project.

jaypatel512 commented 7 years ago

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