How do you handle 3rd party(Guzzle) namespace conflicts in modules?
I am implementing a payment method module, for a payment provider company. That company has a proprietary php-sdk for all the actions around the payment requests. That sdk uses guzzlehttp/guzzle. I have required the sdk in the magento module, which… Read More »How do you handle 3rd party(Guzzle) namespace conflicts in modules?