Skip to content

Commit

Permalink
updated sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiodionisi committed Feb 26, 2018
1 parent d042e36 commit 6eff333
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 948 deletions.

This file was deleted.

This file was deleted.

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');
Expand Down
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;
Expand Down
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;
Expand Down
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;
Expand Down
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;
Expand Down
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;
Expand Down
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;
Expand Down

0 comments on commit 6eff333

Please sign in to comment.