Skip to content

Commit 1a1d5e7

Browse files
committed
Code tidy
1 parent a898eb9 commit 1a1d5e7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/DirectGateway.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
*
1515
* NOTE: The APIs called by this gateway are older legacy APIs, new integrations should instead
1616
* use eWAY Rapid.
17-
*
18-
* Recent testing on this indicates that it no longer works -- perhaps we need to roll
19-
* back to an older code version to fix that?
2017
*/
2118
class DirectGateway extends AbstractGateway
2219
{

src/Message/DirectAbstractRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Omnipay\Eway\Message;
44

5-
// use Omnipay\Common\Message\AbstractRequest;
5+
use Omnipay\Common\Message\AbstractRequest;
66

77
/**
88
* eWAY Direct Abstract Request

0 commit comments

Comments
 (0)