You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sift-php and sift-partner-php have a class named SiftClient. That class in both SDKs is under the default namespace. When importing both libraries into the same project this creates a conflict. PHP ends up picking one of those classes (sift-php/lib/SiftClient in my case) which makes it impossible to call methods defined in the second class (sift-partner-php/lib/SiftClient in my case).
The text was updated successfully, but these errors were encountered:
sift-php and sift-partner-php have a class named SiftClient. That class in both SDKs is under the default namespace. When importing both libraries into the same project this creates a conflict. PHP ends up picking one of those classes (sift-php/lib/SiftClient in my case) which makes it impossible to call methods defined in the second class (sift-partner-php/lib/SiftClient in my case).
The text was updated successfully, but these errors were encountered: