Skip to content

Commit

Permalink
Update AuthorizeAction.php
Browse files Browse the repository at this point in the history
GatewayAwareTrait need GatewayAwareInterface
  • Loading branch information
recca0120 authored Sep 22, 2016
1 parent 67a7cab commit 7472791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Action/AuthorizeAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

use Payum\Core\Action\ActionInterface;
use Payum\Core\Bridge\Spl\ArrayObject;
use Payum\Core\GatewayAwareInterface;
use Payum\Core\GatewayAwareTrait;
use Payum\Core\Request\Authorize;
use Payum\Core\Exception\RequestNotSupportedException;

class AuthorizeAction implements ActionInterface
class AuthorizeAction implements ActionInterface, GatewayAwareInterface
{
use GatewayAwareTrait;

Expand Down

0 comments on commit 7472791

Please sign in to comment.