PayPal integration code moved to "Saved" directory, use approach in "READ_ME_FIRST...
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 4 Jun 2018 18:03:39 +0000 (14:03 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 4 Jun 2018 18:03:39 +0000 (14:03 -0400)
commit119e9f04f19db1f09098bddc6d192afc51f112fa
tree7c11b3d2b39f163b3cd45c54117546e6bc7f47a8
parentd1185d853f99c17479e6983f0ae6c3583e96a680
PayPal integration code moved to "Saved" directory, use approach in "READ_ME_FIRST" file instead.
333 files changed:
config/plugin.ini
lib/paymentProcessors/PayPal/READ_ME_FIRST [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/assets/x-click-but6.gif [new file with mode: 0755]
lib/paymentProcessors/PayPal/Saved/paymentGateway.php [new file with mode: 0755]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/.coveralls.yml [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/.gitignore [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/.travis.yml [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/CHANGELOG.md [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/LICENSE.txt [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/README.md [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/build.xml [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/composer.json [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Address.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Amount.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Authorization.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Capture.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/CreditCard.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/CreditCardHistory.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/CreditCardToken.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Details.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/FundingInstrument.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/HyperSchema.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Item.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/ItemList.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Links.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Payee.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Payer.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/PayerInfo.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Payment.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/PaymentExecution.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/PaymentHistory.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/RedirectUrls.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Refund.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/RelatedResources.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Sale.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/ShippingAddress.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Transaction.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Transactions.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Auth/OAuthTokenCredential.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Rest/ApiContext.php [new file with mode: 0755]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Rest/IResource.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Rest/RestHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/phpunit.xml [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/AddressTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/AmountTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/AuthorizationTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/CaptureTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/CreditCardHistoryTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/CreditCardTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/CreditCardTokenTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/DetailsTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/FundingInstrumentTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/ItemListTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/ItemTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/LinksTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/PayeeTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/PayerInfoTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/PayerTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/PaymentHistoryTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/PaymentTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/RefundTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/RelatedResourcesTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/SaleTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/ShippingAddressTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/TransactionTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Auth/OAuthTokenCredentialTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Common/ArrayClass.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Common/ArrayUtilTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Common/ChildClass.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Common/ModelTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Common/NestedClass.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Common/SimpleClass.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Common/UserAgentTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Constants.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Rest/CallTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/bootstrap.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/sdk_config.ini [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/.gitignore [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/CHANGELOG.md [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/LICENSE.txt [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/README.md [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/build.xml [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/composer.json [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/IPPCredential.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/IPPThirdPartyAuthorization.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/AuthSignature.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/MockOAuthDataStore.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthConsumer.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthDataStore.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthRequest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthServer.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthSignatureMethod.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthSignatureMethodHmacSha1.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthSignatureMethodPLAINTEXT.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthSignatureMethodRsaSha1.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthToken.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthUtil.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Openid/PPOpenIdAddress.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Openid/PPOpenIdError.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Openid/PPOpenIdSession.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Openid/PPOpenIdTokeninfo.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Openid/PPOpenIdUserinfo.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/PPCertificateCredential.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/PPSignatureCredential.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/PPSubjectAuthorization.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/PPTokenAuthorization.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Common/PPApiContext.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Common/PPArrayUtil.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Common/PPModel.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Common/PPReflectionUtil.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Common/PPUserAgent.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPAPIService.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPBaseService.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPConfigManager.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPConnectionManager.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPConstants.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPCredentialManager.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPHttpConfig.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPHttpConnection.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPLoggingManager.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPMessage.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPRequest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPUtils.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPXmlMessage.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/cacert.pem [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/OAuthException.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/PPConfigurationException.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/PPConnectionException.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/PPInvalidCredentialException.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/PPMissingCredentialException.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/PPTransformerException.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Formatter/FormatterFactory.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Formatter/IPPFormatter.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Formatter/PPNVPFormatter.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Formatter/PPSOAPFormatter.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/IPPHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPAuthenticationHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPCertificateAuthHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPGenericServiceHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPMerchantServiceHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPOpenIdHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPPlatformServiceHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPSignatureAuthHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/IPN/PPIPNMessage.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Transport/PPRestCall.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/Openid/PPOpenIdAddressTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/Openid/PPOpenIdSessionTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/Openid/PPOpenIdTokeninfoTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/Openid/PPOpenIdUserinfoTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPAPIServiceTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPBaseServiceTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPBootStrap.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPCertificateCredentialTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPConfigManagerTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPConfigurationExceptionTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPConnectionExceptionTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPConnectionManagerTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPCredentialManagerTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPIPNMessageTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPInvalidCredentialExceptionTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPLoggingManagerTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPMessageTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPMissingCredentialExceptionTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPSignatureCredentialTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPUtilsTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/sdk_config.ini [new file with mode: 0644]
lib/paymentProcessors/PayPal/Saved/test.php [new file with mode: 0755]
lib/paymentProcessors/PayPal/assets/x-click-but6.gif [deleted file]
lib/paymentProcessors/PayPal/paymentGateway.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/.coveralls.yml [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/.gitignore [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/.travis.yml [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/CHANGELOG.md [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/LICENSE.txt [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/README.md [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/build.xml [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/composer.json [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Address.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Amount.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Authorization.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Capture.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/CreditCard.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/CreditCardHistory.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/CreditCardToken.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Details.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/FundingInstrument.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/HyperSchema.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Item.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/ItemList.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Links.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Payee.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Payer.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/PayerInfo.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Payment.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/PaymentExecution.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/PaymentHistory.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/RedirectUrls.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Refund.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/RelatedResources.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Sale.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/ShippingAddress.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Transaction.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Transactions.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Auth/OAuthTokenCredential.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Rest/ApiContext.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Rest/IResource.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Rest/RestHandler.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/phpunit.xml [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/AddressTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/AmountTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/AuthorizationTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/CaptureTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/CreditCardHistoryTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/CreditCardTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/CreditCardTokenTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/DetailsTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/FundingInstrumentTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/ItemListTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/ItemTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/LinksTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/PayeeTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/PayerInfoTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/PayerTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/PaymentHistoryTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/PaymentTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/RefundTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/RelatedResourcesTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/SaleTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/ShippingAddressTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Api/TransactionTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Auth/OAuthTokenCredentialTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Common/ArrayClass.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Common/ArrayUtilTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Common/ChildClass.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Common/ModelTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Common/NestedClass.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Common/SimpleClass.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Common/UserAgentTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Constants.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Rest/CallTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/bootstrap.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/sdk_config.ini [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/.gitignore [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/CHANGELOG.md [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/LICENSE.txt [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/README.md [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/build.xml [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/composer.json [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/IPPCredential.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/IPPThirdPartyAuthorization.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/AuthSignature.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/MockOAuthDataStore.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthConsumer.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthDataStore.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthRequest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthServer.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthSignatureMethod.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthSignatureMethodHmacSha1.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthSignatureMethodPLAINTEXT.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthSignatureMethodRsaSha1.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthToken.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthUtil.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Openid/PPOpenIdAddress.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Openid/PPOpenIdError.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Openid/PPOpenIdSession.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Openid/PPOpenIdTokeninfo.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Openid/PPOpenIdUserinfo.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/PPCertificateCredential.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/PPSignatureCredential.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/PPSubjectAuthorization.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/PPTokenAuthorization.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Common/PPApiContext.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Common/PPArrayUtil.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Common/PPModel.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Common/PPReflectionUtil.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Common/PPUserAgent.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPAPIService.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPBaseService.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPConfigManager.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPConnectionManager.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPConstants.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPCredentialManager.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPHttpConfig.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPHttpConnection.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPLoggingManager.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPMessage.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPRequest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPUtils.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPXmlMessage.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/cacert.pem [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/OAuthException.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/PPConfigurationException.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/PPConnectionException.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/PPInvalidCredentialException.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/PPMissingCredentialException.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/PPTransformerException.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Formatter/FormatterFactory.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Formatter/IPPFormatter.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Formatter/PPNVPFormatter.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Formatter/PPSOAPFormatter.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/IPPHandler.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPAuthenticationHandler.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPCertificateAuthHandler.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPGenericServiceHandler.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPMerchantServiceHandler.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPOpenIdHandler.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPPlatformServiceHandler.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPSignatureAuthHandler.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/IPN/PPIPNMessage.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Transport/PPRestCall.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/Openid/PPOpenIdAddressTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/Openid/PPOpenIdSessionTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/Openid/PPOpenIdTokeninfoTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/Openid/PPOpenIdUserinfoTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPAPIServiceTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPBaseServiceTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPBootStrap.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPCertificateCredentialTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPConfigManagerTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPConfigurationExceptionTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPConnectionExceptionTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPConnectionManagerTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPCredentialManagerTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPIPNMessageTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPInvalidCredentialExceptionTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPLoggingManagerTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPMessageTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPMissingCredentialExceptionTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPSignatureCredentialTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPUtilsTest.php [deleted file]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/sdk_config.ini [deleted file]
lib/paymentProcessors/PayPal/test.php [deleted file]
lib/paymentProcessors/paymentProcessorsTest.php