Skip to content

Commit

Permalink
Merge branch 'master' into i-web-Saferpay-Api-Update-BC
Browse files Browse the repository at this point in the history
# Conflicts:
#	lib/SaferpayJson/Request/Container/Address.php
#	lib/SaferpayJson/Request/Container/Alipay.php
#	lib/SaferpayJson/Request/Container/Notification.php
#	lib/SaferpayJson/Request/Container/PaymentMethodsOptions.php
#	lib/SaferpayJson/Request/Container/RequestHeader.php
#	lib/SaferpayJson/Request/Container/ReturnUrls.php
#	lib/SaferpayJson/Request/Container/RiskFactors.php
#	lib/SaferpayJson/Request/Container/Wallet.php
#	lib/SaferpayJson/Request/PaymentPage/InitializeRequest.php
#	lib/SaferpayJson/Request/SecureCardData/AliasInsertRequest.php
#	lib/SaferpayJson/Request/Transaction/InitializeRequest.php
#	lib/SaferpayJson/Request/Transaction/RefundRequest.php
#	lib/SaferpayJson/Response/Container/Address.php
#	lib/SaferpayJson/Response/Container/Brand.php
#	lib/SaferpayJson/Response/Container/PaymentMeans.php
#	lib/SaferpayJson/Response/Container/Twint.php
  • Loading branch information
sprain committed Jul 11, 2024
2 parents 80d552c + ca4f76d commit cbf95db
Show file tree
Hide file tree
Showing 126 changed files with 700 additions and 6,379 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ vendor
.idea
.phpunit.result.cache
/.php-cs-fixer.cache
composer.lock
composer.lock
/example/credentials.php
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016-2023 Ticketpark GmbH
Copyright (c) 2016-2024 Ticketpark GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Have a look at the [example folder](/example) for more.

## Documentation

This library is currently [based on v1.31 of the Saferpay JSON API](https://saferpay.github.io/jsonapi/1.31/index.html).

Find the most current documentation of the Saferpay JSON API here:<br>
https://saferpay.github.io/jsonapi/

This library is currently based on v1.20 of the Saferpay JSON API.

## Contribution
You are [welcome to contribute](/.github/contributing.md) to this repo.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"require-dev": {
"phpunit/phpunit": "^9.0",
"phpstan/phpstan": "^1.6",
"friendsofphp/php-cs-fixer": "^3.16"
"friendsofphp/php-cs-fixer": "^3.16",
"rector/rector": "^1.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit cbf95db

Please sign in to comment.