File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
namespace Omnipay \FirstAtlanticCommerce \Message ;
7
7
8
- require dirname (__DIR__ ).'/Support/ThreeDSResponse.php ' ;
9
-
10
8
use Omnipay \Common \Message \AbstractRequest ;
11
- use OmniPay \FirstAtlanticCommerce \Support \ThreeDSResponse ;
9
+ use Omnipay \FirstAtlanticCommerce \Support \ThreeDSResponse ;
12
10
13
11
class AcceptNotification extends AbstractRequest
14
12
implements \Omnipay \Common \Message \NotificationInterface
Original file line number Diff line number Diff line change 3
3
* @author Ricardo Assing ([email protected] )
4
4
*/
5
5
6
- namespace OmniPay \FirstAtlanticCommerce \Support ;
6
+ namespace Omnipay \FirstAtlanticCommerce \Support ;
7
7
8
8
use Omnipay \FirstAtlanticCommerce \Constants ;
9
9
use Omnipay \FirstAtlanticCommerce \Exception \InvalidResponseData ;
You can’t perform that action at this time.
0 commit comments