composer

A collection of 7 posts
php

Getting rid of Ambiguous class resolution warnings when working with the PayPal API

When using the paypal/merchant-sdk-php composer package and running composer install or composer update you're getting a lot of warning messages like the following: ... Writing lock file Generating autoload files Warning: Ambiguous class resolution, "SetDataRequestType" was found in both "/project/vendor/paypal/merchant-sdk-php/lib/services/PayPalAPIInterfaceService/PayPalAPIInterfaceService.php" and "/project/
2 min read