Skip to content

Commit

Permalink
fix namespace bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Recca Tsai committed Jan 15, 2017
1 parent a83565e commit 988c089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Action/NotifyAction.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace PayumTW\MyPay\Action;
namespace PayumTW\Mypay\Action;

use Payum\Core\Request\Sync;
use Payum\Core\Request\Notify;
Expand All @@ -10,7 +10,7 @@
use Payum\Core\Action\ActionInterface;
use Payum\Core\Bridge\Spl\ArrayObject;
use Payum\Core\Request\GetHttpRequest;
use PayumTW\MyPay\Action\Api\BaseApiAwareAction;
use PayumTW\Mypay\Action\Api\BaseApiAwareAction;
use Payum\Core\Exception\RequestNotSupportedException;

class NotifyAction extends BaseApiAwareAction implements ActionInterface, GatewayAwareInterface
Expand Down

0 comments on commit 988c089

Please sign in to comment.