Skip to content

Commit f6fe3aa

Browse files
committed
Added a missing use statement for the InvalidResponseException in DirectCompleteAuthorizeRequest.
1 parent 4840bac commit f6fe3aa

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)