Skip to content

Commit 4e39a37

Browse files
committed
Merge pull request thephpleague#152 from tccltd/hotfix/missing-use-statement
Missing use statement in DirectCompleteAuthorizeRequest
2 parents 4840bac + f6fe3aa commit 4e39a37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Omnipay/SagePay/Message/DirectCompleteAuthorizeRequest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace Omnipay\SagePay\Message;
44

5+
use Omnipay\Common\Exception\InvalidResponseException;
6+
57
/**
68
* Sage Pay Direct Complete Authorize Request
79
*/

0 commit comments

Comments
 (0)