-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d042e36
commit 6eff333
Showing
9 changed files
with
1 addition
and
948 deletions.
There are no files selected for viewing
674 changes: 0 additions & 674 deletions
674
app/code/community/Satispay/Satispay/includes/online-api-php-sdk/LICENSE
This file was deleted.
Oops, something went wrong.
119 changes: 0 additions & 119 deletions
119
app/code/community/Satispay/Satispay/includes/online-api-php-sdk/README.md
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
app/code/community/Satispay/Satispay/includes/online-api-php-sdk/init.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,4 @@ | ||
<?php | ||
/** | ||
* Satispay Online API PHP SDK | ||
* Copyright (C) 2017 Satispay <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* @author Satispay <[email protected]> | ||
* @copyright 2017 Satispay <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.html | ||
*/ | ||
|
||
require(dirname(__FILE__) . '/lib/Api.php'); | ||
|
||
require(dirname(__FILE__) . '/lib/Bearer.php'); | ||
|
24 changes: 1 addition & 23 deletions
24
app/code/community/Satispay/Satispay/includes/online-api-php-sdk/lib/Api.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,10 @@ | ||
<?php | ||
/** | ||
* Satispay Online API PHP SDK | ||
* Copyright (C) 2017 Satispay <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* @author Satispay <[email protected]> | ||
* @copyright 2017 Satispay <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.html | ||
*/ | ||
|
||
namespace SatispayOnline; | ||
|
||
class Api { | ||
public static $endpointStaging = 'https://staging.authservices.satispay.com'; | ||
public static $endpoint = 'https://authservices.satispay.com'; | ||
public static $version = '1.6.2'; | ||
public static $version = '1.6.4'; | ||
|
||
public static $securityBearer = ''; | ||
public static $staging = false; | ||
|
22 changes: 0 additions & 22 deletions
22
app/code/community/Satispay/Satispay/includes/online-api-php-sdk/lib/Bearer.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,4 @@ | ||
<?php | ||
/** | ||
* Satispay Online API PHP SDK | ||
* Copyright (C) 2017 Satispay <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* @author Satispay <[email protected]> | ||
* @copyright 2017 Satispay <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.html | ||
*/ | ||
|
||
namespace SatispayOnline; | ||
|
||
use SatispayOnline\Api; | ||
|
22 changes: 0 additions & 22 deletions
22
app/code/community/Satispay/Satispay/includes/online-api-php-sdk/lib/Charge.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,4 @@ | ||
<?php | ||
/** | ||
* Satispay Online API PHP SDK | ||
* Copyright (C) 2017 Satispay <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* @author Satispay <[email protected]> | ||
* @copyright 2017 Satispay <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.html | ||
*/ | ||
|
||
namespace SatispayOnline; | ||
|
||
use SatispayOnline\Api; | ||
|
22 changes: 0 additions & 22 deletions
22
app/code/community/Satispay/Satispay/includes/online-api-php-sdk/lib/Checkout.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,4 @@ | ||
<?php | ||
/** | ||
* Satispay Online API PHP SDK | ||
* Copyright (C) 2017 Satispay <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* @author Satispay <[email protected]> | ||
* @copyright 2017 Satispay <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.html | ||
*/ | ||
|
||
namespace SatispayOnline; | ||
|
||
use SatispayOnline\Api; | ||
|
22 changes: 0 additions & 22 deletions
22
app/code/community/Satispay/Satispay/includes/online-api-php-sdk/lib/Refund.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,4 @@ | ||
<?php | ||
/** | ||
* Satispay Online API PHP SDK | ||
* Copyright (C) 2017 Satispay <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* @author Satispay <[email protected]> | ||
* @copyright 2017 Satispay <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.html | ||
*/ | ||
|
||
namespace SatispayOnline; | ||
|
||
use SatispayOnline\Api; | ||
|
22 changes: 0 additions & 22 deletions
22
app/code/community/Satispay/Satispay/includes/online-api-php-sdk/lib/User.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,4 @@ | ||
<?php | ||
/** | ||
* Satispay Online API PHP SDK | ||
* Copyright (C) 2017 Satispay <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* @author Satispay <[email protected]> | ||
* @copyright 2017 Satispay <[email protected]> | ||
* @license http://www.gnu.org/licenses/gpl-3.0.html | ||
*/ | ||
|
||
namespace SatispayOnline; | ||
|
||
use SatispayOnline\Api; | ||
|