Skip to content

Commit eb8a364

Browse files
author
Brendon Posen
committed
update
1 parent 7f9365e commit eb8a364

36 files changed

+110
-90
lines changed

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,9 @@
22

33
PayFast Magento Module v1.1.1 for Magento v2.0 - 2.1.3
44
-----------------------------------------------------------------------------
5-
Copyright (c) 2016 PayFast (Pty) Ltd
6-
7-
LICENSE:
8-
9-
This payment module is free software; you can redistribute it and/or modify
10-
it under the terms of the GNU Lesser General Public License as published
11-
by the Free Software Foundation; either version 3 of the License, or (at
12-
your option) any later version.
13-
14-
This payment module is distributed in the hope that it will be useful, but
15-
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16-
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
17-
License for more details.
18-
19-
Please see http://www.opensource.org/licenses/ for a copy of the GNU Lesser
20-
General Public License.
21-
5+
Copyright (c) 2008 PayFast (Pty) Ltd
6+
You (being anyone who is not PayFast (Pty) Ltd) may download and use this plugin / code in your own website in conjunction with a registered and active PayFast account. If your PayFast account is terminated for any reason, you may not use this plugin / code or part thereof.
7+
Except as expressly indicated in this licence, you may not use, copy, modify or distribute this plugin / code or part thereof in any way.
228

239
******************************************************************************
2410
* *

app/code/Payfast/Payfast/Block/Form.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?php
22
/**
3-
* Copyright © 2015 Magento. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright (c) 2008 PayFast (Pty) Ltd
4+
* You (being anyone who is not PayFast (Pty) Ltd) may download and use this plugin / code in your own website in conjunction with a registered and active PayFast account. If your PayFast account is terminated for any reason, you may not use this plugin / code or part thereof.
5+
* Except as expressly indicated in this licence, you may not use, copy, modify or distribute this plugin / code or part thereof in any way.
56
*/
67
namespace Payfast\Payfast\Block\Payfast;
78

app/code/Payfast/Payfast/Block/Payment/Info.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?php
22
/**
3-
* Copyright © 2015 Magento. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright (c) 2008 PayFast (Pty) Ltd
4+
* You (being anyone who is not PayFast (Pty) Ltd) may download and use this plugin / code in your own website in conjunction with a registered and active PayFast account. If your PayFast account is terminated for any reason, you may not use this plugin / code or part thereof.
5+
* Except as expressly indicated in this licence, you may not use, copy, modify or distribute this plugin / code or part thereof in any way.
56
*/
67
namespace Payfast\Payfast\Block\Payment;
78

app/code/Payfast/Payfast/Block/Payment/Request.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: lefuntho
5-
* Date: 1/25/16
6-
* Time: 8:11 PM
3+
* Copyright (c) 2008 PayFast (Pty) Ltd
4+
* You (being anyone who is not PayFast (Pty) Ltd) may download and use this plugin / code in your own website in conjunction with a registered and active PayFast account. If your PayFast account is terminated for any reason, you may not use this plugin / code or part thereof.
5+
* Except as expressly indicated in this licence, you may not use, copy, modify or distribute this plugin / code or part thereof in any way.
76
*/
87

98
namespace Payfast\Payfast\Block\Payment;

app/code/Payfast/Payfast/Controller/AbstractPayfast.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?php
22
/**
3-
* Copyright © 2015 Magento. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright (c) 2008 PayFast (Pty) Ltd
4+
* You (being anyone who is not PayFast (Pty) Ltd) may download and use this plugin / code in your own website in conjunction with a registered and active PayFast account. If your PayFast account is terminated for any reason, you may not use this plugin / code or part thereof.
5+
* Except as expressly indicated in this licence, you may not use, copy, modify or distribute this plugin / code or part thereof in any way.
56
*/
67
namespace Payfast\Payfast\Controller;
78

app/code/Payfast/Payfast/Controller/Notify/Index.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
* Copyright (c) 2008 PayFast (Pty) Ltd
4+
* You (being anyone who is not PayFast (Pty) Ltd) may download and use this plugin / code in your own website in conjunction with a registered and active PayFast account. If your PayFast account is terminated for any reason, you may not use this plugin / code or part thereof.
5+
* Except as expressly indicated in this licence, you may not use, copy, modify or distribute this plugin / code or part thereof in any way.
6+
*/
27

38
namespace Payfast\Payfast\Controller\Notify;
49

app/code/Payfast/Payfast/Controller/Redirect/Cancel.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?php
22
/**
3-
* Copyright � 2015 Magento. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright (c) 2008 PayFast (Pty) Ltd
4+
* You (being anyone who is not PayFast (Pty) Ltd) may download and use this plugin / code in your own website in conjunction with a registered and active PayFast account. If your PayFast account is terminated for any reason, you may not use this plugin / code or part thereof.
5+
* Except as expressly indicated in this licence, you may not use, copy, modify or distribute this plugin / code or part thereof in any way.
56
*/
67
namespace Payfast\Payfast\Controller\Redirect;
78

app/code/Payfast/Payfast/Controller/Redirect/Index.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?php
22
/**
3-
* Copyright � 2015 Magento. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright (c) 2008 PayFast (Pty) Ltd
4+
* You (being anyone who is not PayFast (Pty) Ltd) may download and use this plugin / code in your own website in conjunction with a registered and active PayFast account. If your PayFast account is terminated for any reason, you may not use this plugin / code or part thereof.
5+
* Except as expressly indicated in this licence, you may not use, copy, modify or distribute this plugin / code or part thereof in any way.
56
*/
67
namespace Payfast\Payfast\Controller\Redirect;
78

app/code/Payfast/Payfast/Controller/Redirect/Success.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?php
22
/**
3-
* Copyright � 2015 Magento. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright (c) 2008 PayFast (Pty) Ltd
4+
* You (being anyone who is not PayFast (Pty) Ltd) may download and use this plugin / code in your own website in conjunction with a registered and active PayFast account. If your PayFast account is terminated for any reason, you may not use this plugin / code or part thereof.
5+
* Except as expressly indicated in this licence, you may not use, copy, modify or distribute this plugin / code or part thereof in any way.
56
*/
67
namespace Payfast\Payfast\Controller\Redirect;
78

app/code/Payfast/Payfast/Helper/Data.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?php
22
/**
3-
* Copyright © 2015 Magento. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright (c) 2008 PayFast (Pty) Ltd
4+
* You (being anyone who is not PayFast (Pty) Ltd) may download and use this plugin / code in your own website in conjunction with a registered and active PayFast account. If your PayFast account is terminated for any reason, you may not use this plugin / code or part thereof.
5+
* Except as expressly indicated in this licence, you may not use, copy, modify or distribute this plugin / code or part thereof in any way.
56
*/
67
namespace Payfast\Payfast\Helper;
78

0 commit comments

Comments
 (0)