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.
The package contain classes
BMCreateButtonReq
and so on, but thePayPalAPIInterfaceServiceService
do not contain methods fort them. ThePayPalAPIInterfaceServiceService
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.