File tree Expand file tree Collapse file tree 7 files changed +0
-63
lines changed Expand file tree Collapse file tree 7 files changed +0
-63
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /*
4
- * This file is part of the Omnipay package.
5
- *
6
- * (c) Adrian Macneil <adrian@adrianmacneil.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
3
namespace Omnipay \Netaxept ;
13
4
14
5
use Omnipay \Common \AbstractGateway ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /*
4
- * This file is part of the Omnipay package.
5
- *
6
- * (c) Adrian Macneil <adrian@adrianmacneil.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
3
namespace Omnipay \Netaxept \Message ;
13
4
14
5
use Omnipay \Common \Exception \InvalidResponseException ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /*
4
- * This file is part of the Omnipay package.
5
- *
6
- * (c) Adrian Macneil <adrian@adrianmacneil.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
3
namespace Omnipay \Netaxept \Message ;
13
4
14
5
use Omnipay \Common \Message \AbstractResponse ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /*
4
- * This file is part of the Omnipay package.
5
- *
6
- * (c) Adrian Macneil <adrian@adrianmacneil.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
3
namespace Omnipay \Netaxept \Message ;
13
4
14
5
use Omnipay \Common \Message \AbstractRequest ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /*
4
- * This file is part of the Omnipay package.
5
- *
6
- * (c) Adrian Macneil <adrian@adrianmacneil.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
3
namespace Omnipay \Netaxept \Message ;
13
4
14
5
use Omnipay \Common \Message \AbstractResponse ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /*
4
- * This file is part of the Omnipay package.
5
- *
6
- * (c) Adrian Macneil <adrian@adrianmacneil.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
3
namespace Omnipay \Netaxept ;
13
4
14
5
use Omnipay \GatewayTestCase ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /*
4
- * This file is part of the Omnipay package.
5
- *
6
- * (c) Adrian Macneil <adrian@adrianmacneil.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
3
namespace Omnipay \Netaxept \Message ;
13
4
14
5
use Omnipay \TestCase ;
You can’t perform that action at this time.
0 commit comments