Skip to content

Commit

Permalink
Merge pull request #6 from ptuchik/patch-1
Browse files Browse the repository at this point in the history
Missing import for `Omnipay\AuthorizeNetApi\Traits\InvalidRequestException`
  • Loading branch information
judgej authored Sep 9, 2018
2 parents 21c4fa6 + 886b573 commit 8b70f5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Traits/HasGatewayParams.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Omnipay\AuthorizeNetApi\Traits;

use Omnipay\Common\Exception\InvalidRequestException;

/**
* Gateway setters and getters shared across all gateway types.
*/
Expand Down

0 comments on commit 8b70f5c

Please sign in to comment.