File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1515use RecursiveIteratorIterator ;
1616use ReflectionClass ;
1717use Guzzle \Http \ClientInterface ;
18- use Guzzle \Http \Client as HttpClient ;
1918use Omnipay \Common \Exception \RuntimeException ;
2019use Symfony \Component \HttpFoundation \Request as HttpRequest ;
2120
Original file line number Diff line number Diff line change 1616 */
1717interface GatewayInterface
1818{
19-
2019 /**
2120 * Get gateway display name
2221 *
Original file line number Diff line number Diff line change 1212namespace Omnipay \Common \Message ;
1313
1414use Omnipay \Common \Exception \RuntimeException ;
15- use Omnipay \Common \Message \RequestInterface ;
1615use Symfony \Component \HttpFoundation \RedirectResponse as HttpRedirectResponse ;
1716use Symfony \Component \HttpFoundation \Response as HttpResponse ;
1817
You can’t perform that action at this time.
0 commit comments