forked from LiveCarta/PayPal-PHP-SDK
Removing Dependency from SDK Core Project
- Copied files required for Rest API SDK - Removed PPApiContext and directly connected APIContext with PPConfigManager - Removed duplicate data storage of configuration and credentials. - Code Style Fixes - Remove build.xml file as it is not required anymore - Updated the samples - Updated the documentations
This commit is contained in:
@@ -3,13 +3,16 @@
|
||||
acct1.ClientId = EBWKjlELKMYqRNQ6sYvFo64FtaRLRR5BdHEESmha49TM
|
||||
acct1.ClientSecret = EO422dn3gQLgDbuwqTjzrFgFtaRLRR5BdHEESmha49TM
|
||||
|
||||
acct2.ClientId = TestClientId
|
||||
acct2.ClientSecret = TestClientSecret
|
||||
|
||||
;Connection Information
|
||||
[Http]
|
||||
http.ConnectionTimeOut = 30
|
||||
http.ConnectionTimeOut = 60
|
||||
http.Retry = 1
|
||||
;http.Proxy=http://[username:password]@hostname[:port][/path]
|
||||
|
||||
mode=sandbox
|
||||
|
||||
;Service Configuration
|
||||
[Service]
|
||||
|
||||
Reference in New Issue
Block a user