1
0

Automated commit message

This commit is contained in:
PayPalServerSDKs
2024-09-09 15:45:00 +00:00
parent f6cd8b4d4f
commit 462eda52e0
496 changed files with 1632 additions and 1674 deletions

View File

@@ -3,7 +3,7 @@
"description": "PayPal's SDK for interacting with the REST APIs",
"type": "library",
"keywords": [],
"homepage": "https://www.apimatic.io",
"homepage": "https://github.com/paypal/PayPal-PHP-Server-SDK",
"license": [
"MIT"
],
@@ -22,12 +22,12 @@
},
"autoload": {
"psr-4": {
"PayPalRESTAPIsLib\\": "src/"
"PaypalServerSdkLib\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"PayPalRESTAPIsLib\\Tests\\": "tests/"
"PaypalServerSdkLib\\Tests\\": "tests/"
}
},
"scripts": {