Skip to content

Commit

Permalink
transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Viderspán Krisztián committed Jul 2, 2024
1 parent 697e801 commit 070bc37
Show file tree
Hide file tree
Showing 49 changed files with 106 additions and 106 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Version

3.21.1
4.0.0

## Requirements

Expand All @@ -19,11 +19,11 @@ BIG FISH Payment Gateway is available at packagist.org, so you can use composer
```
{
"require": {
"bigfish/paymentgateway": "3.*"
"pmgw/payment-gateway-php-sdk": "4.*"
}
}
```

## Source code

https://github.com/bigfish-hu/payment-gateway-php-sdk
https://github.com/pmgw-hu/payment-gateway-php-sdk
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "bigfish/paymentgateway",
"name": "pmgw/payment-gateway-php-sdk",
"description": "BIG FISH Payment Gateway - PHP SDK",
"type": "library",
"keywords": ["payment", "ecommerce", "webshop"],
"keywords": ["payment", "ecommerce", "webshop", "php", "sdk"],
"homepage": "https://www.paymentgateway.hu/",
"license": "MIT",
"authors": [
{
"name": "BIG FISH",
"email": "cafe@bigfish.hu"
"name": "BIG FISH Payment Services Ltd.",
"email": "it@paymentgateway.hu"
}
],
"support": {
"email": "paymentgateway@bigfish.hu"
"email": "it@paymentgateway.hu"
},
"require": {
"php": "~5.3|~7.0|~8.0"
Expand Down
6 changes: 3 additions & 3 deletions src/BigFish/PaymentGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish;

Expand Down Expand Up @@ -57,7 +57,7 @@ class PaymentGateway
* SDK Version
*
*/
const VERSION = '3.21.1';
const VERSION = '4.0.0';

/**
* API request type constants
Expand Down
6 changes: 3 additions & 3 deletions src/BigFish/PaymentGateway/Autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/**
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
*
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway;

Expand Down
6 changes: 3 additions & 3 deletions src/BigFish/PaymentGateway/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/**
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
*
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway;

Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Data/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2019, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/

namespace BigFish\PaymentGateway\Data;
Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Data/Info/InfoAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2019, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/

namespace BigFish\PaymentGateway\Data\Info;
Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Data/Info/InfoCustomerBrowser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2019, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/

namespace BigFish\PaymentGateway\Data\Info;
Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Data/Info/InfoCustomerGeneral.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2019, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/

namespace BigFish\PaymentGateway\Data\Info;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2019, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/

namespace BigFish\PaymentGateway\Data\Info;
Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Data/Info/InfoInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2019, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/

namespace BigFish\PaymentGateway\Data\Info;
Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Data/Info/InfoOrderBillingData.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2019, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/

namespace BigFish\PaymentGateway\Data\Info;
Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Data/Info/InfoOrderGeneral.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2019, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/

namespace BigFish\PaymentGateway\Data\Info;
Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Data/Info/InfoOrderProductItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2019, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/

namespace BigFish\PaymentGateway\Data\Info;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2019, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/

namespace BigFish\PaymentGateway\Data\Info;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2019, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/

namespace BigFish\PaymentGateway\Data\Info;
Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Data/PayWallAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2019, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway\Data;

Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Data/PayWallSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2019, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway\Data;

Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Data/PayWallStoreSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2019, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway\Data;

Expand Down
6 changes: 3 additions & 3 deletions src/BigFish/PaymentGateway/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/**
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
*
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway\Request;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway\Request;

Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Request/Close.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway\Request;

Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Request/Details.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway\Request;

Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Request/Finalize.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway\Request;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway\Request;

Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Request/Init.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway\Request;

Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Request/InitRP.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway\Request;

Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Request/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway\Request;

Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Request/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway\Request;

Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Request/OneClickOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway\Request;

Expand Down
4 changes: 2 additions & 2 deletions src/BigFish/PaymentGateway/Request/OneClickTokenCancel.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* BIG FISH Payment Gateway (https://www.paymentgateway.hu)
* PHP SDK
*
* @link https://github.com/bigfish-hu/payment-gateway-php-sdk.git
* @copyright (c) 2015, BIG FISH Internet-technology Ltd. (http://bigfish.hu)
* @link https://github.com/pmgw-hu/payment-gateway-php-sdk.git
* @copyright (c) 2024, BIG FISH Payment Services Ltd.
*/
namespace BigFish\PaymentGateway\Request;

Expand Down
Loading

0 comments on commit 070bc37

Please sign in to comment.