Added payment processors library.
authorChuck Scott <cscott@gaslightmedia.com>
Wed, 1 Nov 2017 20:50:19 +0000 (16:50 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Wed, 1 Nov 2017 20:50:19 +0000 (16:50 -0400)
commitb1f4b164876ba67b3d0f0815affd804f395ae0ad
treef4a40de1c439f7fd011a54c57dfb15ed45a891df
parentb1453842f1e42724d028bb77e52646f591d3270d
Added payment processors library.
Fixed incorrect field definitions for state, country, and payment types fields in data classes.
Updated payment types and processors in plugin.ini.
238 files changed:
classes/data/dataManagement.php
classes/data/dataRegEvent.php
classes/data/dataRegRequest.php
classes/regCartSupport.php
config/plugin.ini
lib/paymentProcessors/.project [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/AIM_guide-1.pdf [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/AuthorizeNet.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/License.pdf [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/README [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/README.html [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/doc/AIM.markdown [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/doc/ARB.markdown [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/doc/CIM.markdown [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/doc/CP.markdown [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/doc/DPM.markdown [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/doc/SIM.markdown [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/doc/SOAP.markdown [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/doc/TD.markdown [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/lib/AuthorizeNetAIM.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/lib/AuthorizeNetARB.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/lib/AuthorizeNetCIM.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/lib/AuthorizeNetCP.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/lib/AuthorizeNetDPM.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/lib/AuthorizeNetSIM.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/lib/AuthorizeNetSOAP.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/lib/AuthorizeNetTD.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/lib/shared/AuthorizeNetRequest.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/lib/shared/AuthorizeNetResponse.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/lib/shared/AuthorizeNetTypes.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/lib/shared/AuthorizeNetXMLResponse.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/lib/ssl/cert.pem [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/tests/AuthorizeNetAIM_Test.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/tests/AuthorizeNetARB_Test.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/tests/AuthorizeNetCIM_Test.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/tests/AuthorizeNetCP_Test.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/tests/AuthorizeNetDPM_Test.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/tests/AuthorizeNetSIM_Test.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/tests/AuthorizeNetSSL_Test.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/tests/AuthorizeNetTD_Test.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/tests/AuthorizeNet_SOAP_Test.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/tests/AuthorizeNet_Test_Config.php [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/tests/README [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/tests/domain.crt [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/anet_php_sdk/tests/report.html [new file with mode: 0755]
lib/paymentProcessors/Authorize.Net/paymentGateway.php [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/IVR_Payment_By_Phone_Guide.pdf [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/MSII_Batch_Processing_Guide.pdf [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/MSII_MMC_WAP_User_Guide.pdf [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/MSII_Membership_Guide.pdf [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/MSII_SOAP_Integration_Guide.pdf [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/MSII_Stored_Profile_Tokenization_Guide.pdf [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/MSII_WebPay_Integration_Guide.pdf [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/MSII_XML_Integration_Guide.pdf [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/MSII_card_present_transactions_guide.pdf [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/MSII_first_mile_middleware_guide.pdf [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/MSII_getting_started_guide.pdf [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/MSII_integration_guide.pdf [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/MSII_soap_reporting_guide.pdf [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/MSII_web_cart_guide.pdf [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/MSII_web_link_guide.pdf [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/Docs/distribution_package.zip [new file with mode: 0755]
lib/paymentProcessors/MerchantSolutions/paymentGateway.php [new file with mode: 0755]
lib/paymentProcessors/None/paymentGateway.php [new file with mode: 0755]
lib/paymentProcessors/PayPal/assets/x-click-but6.gif [new file with mode: 0755]
lib/paymentProcessors/PayPal/paymentGateway.php [new file with mode: 0755]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/.coveralls.yml [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/.gitignore [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/.travis.yml [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/CHANGELOG.md [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/LICENSE.txt [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/README.md [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/build.xml [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/composer.json [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Address.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Amount.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Authorization.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Capture.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/CreditCard.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/CreditCardHistory.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/CreditCardToken.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Details.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/FundingInstrument.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/HyperSchema.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Item.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/ItemList.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Links.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Payee.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Payer.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/PayerInfo.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Payment.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/PaymentExecution.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/PaymentHistory.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/RedirectUrls.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Refund.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/RelatedResources.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Sale.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/ShippingAddress.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Transaction.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Api/Transactions.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Auth/OAuthTokenCredential.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Rest/ApiContext.php [new file with mode: 0755]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Rest/IResource.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/lib/PayPal/Rest/RestHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/phpunit.xml [new file with mode: 0644]
lib/paymentProcessors/PayPal/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/PayPal/Test/Constants.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/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/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/bootstrap.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/rest-api-sdk-php/tests/sdk_config.ini [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/.gitignore [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/CHANGELOG.md [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/LICENSE.txt [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/README.md [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/build.xml [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/composer.json [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/IPPCredential.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/IPPThirdPartyAuthorization.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/AuthSignature.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/MockOAuthDataStore.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthConsumer.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthDataStore.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthRequest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthServer.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthSignatureMethod.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthSignatureMethodHmacSha1.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthSignatureMethodPLAINTEXT.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthSignatureMethodRsaSha1.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthToken.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Oauth/OAuthUtil.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Openid/PPOpenIdAddress.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Openid/PPOpenIdError.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Openid/PPOpenIdSession.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Openid/PPOpenIdTokeninfo.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/Openid/PPOpenIdUserinfo.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/PPCertificateCredential.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/PPSignatureCredential.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/PPSubjectAuthorization.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Auth/PPTokenAuthorization.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Common/PPApiContext.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Common/PPArrayUtil.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Common/PPModel.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Common/PPReflectionUtil.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Common/PPUserAgent.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPAPIService.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPBaseService.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPConfigManager.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPConnectionManager.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPConstants.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPCredentialManager.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPHttpConfig.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPHttpConnection.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPLoggingManager.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPMessage.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPRequest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPUtils.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/PPXmlMessage.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Core/cacert.pem [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/OAuthException.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/PPConfigurationException.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/PPConnectionException.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/PPInvalidCredentialException.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/PPMissingCredentialException.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Exception/PPTransformerException.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Formatter/FormatterFactory.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Formatter/IPPFormatter.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Formatter/PPNVPFormatter.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Formatter/PPSOAPFormatter.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/IPPHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPAuthenticationHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPCertificateAuthHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPGenericServiceHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPMerchantServiceHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPOpenIdHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPPlatformServiceHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Handler/PPSignatureAuthHandler.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/IPN/PPIPNMessage.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/lib/PayPal/Transport/PPRestCall.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/Openid/PPOpenIdAddressTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/Openid/PPOpenIdSessionTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/Openid/PPOpenIdTokeninfoTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/Openid/PPOpenIdUserinfoTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPAPIServiceTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPBaseServiceTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPBootStrap.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPCertificateCredentialTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPConfigManagerTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPConfigurationExceptionTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPConnectionExceptionTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPConnectionManagerTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPCredentialManagerTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPIPNMessageTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPInvalidCredentialExceptionTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPLoggingManagerTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPMessageTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPMissingCredentialExceptionTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPSignatureCredentialTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/PPUtilsTest.php [new file with mode: 0644]
lib/paymentProcessors/PayPal/paypal-API-Not_sure_if_will_use/sdk-core-php/tests/sdk_config.ini [new file with mode: 0644]
lib/paymentProcessors/PayPal/test.php [new file with mode: 0755]
lib/paymentProcessors/Test/Test.php [new file with mode: 0755]
lib/paymentProcessors/readme.txt [new file with mode: 0644]
models/admin/management/registrations.php
models/front/registrations/checkout.php
models/front/registrations/checkoutProcess.php
models/front/registrations/index.php
views/admin/management/registrations.html
views/front/registrations/cart.html
views/front/registrations/checkout.html