omnipay-sagepay
omnipay-sagepay copied to clipboard
Interface 'Guzzle\Parser\UriTemplate\UriTemplateInterface' not found
Im running a Laravel 5.5 application on php 7.1 and use omnipay/sagepay 2.6. Using Apache MAMP. MacOS Catalina.
Everything was working fine but suddenly I'm getting
Interface 'Guzzle\Parser\UriTemplate\UriTemplateInterface' not found
I have not updated any packages.
The error originates from
omnipay/sagepay/src/Message/AbstractRequest.php Line 337
Anyone have Idea?
Guzzle\Parser\UriTemplate\UriTemplateInterface will take a URL template with replacement fields in it, an arrray of name/value data to put into the template, and will return a string of the full URL. This driver doesn't use URL templates, but sprintf() instead.
However, something is expecting it, and I'm not sure what. And Guzzle isn't finding the class, and that is just as much a mystery.
Did you solve this, or are you still looking for an answer?