php - PayPal Adaptive Payments and SOAP SDK -


I am integrating the adaptive payment in a PHP application that already uses PayPal SOAP SDK for messpe. Everything seems very simple. The problem is that when MSP calls integration, then its name is conflicts because Caller Services has already been announced by the Adaptive Payments API.

Is there any easier (and better) way to live those APIs together? Why do I need both APIs if they declare objects with the same name?

I have checked that both CallerServices.php files were the same, but they are not ...

Error Message: Fatal Error: Caller Services in Class 35 (...) / PayPal / CallerServices.php

Thank you.

Which version of PHP are you using? If> = 5.3, you will be able to solve it by declaring it.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -