Skip to content

Commit 886b573

Browse files
authored
Update HasGatewayParams.php
Avoid "Class 'Omnipay\AuthorizeNetApi\Traits\InvalidRequestException' not found" error
1 parent 21c4fa6 commit 886b573

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Traits/HasGatewayParams.php

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

33
namespace Omnipay\AuthorizeNetApi\Traits;
44

5+
use Omnipay\Common\Exception\InvalidRequestException;
6+
57
/**
68
* Gateway setters and getters shared across all gateway types.
79
*/

0 commit comments

Comments
 (0)