Diglin\Ricardo\Config
Class Config
Easy to understand :-)
Configuration class for the Ricardo API
Synopsis
- // methods
- public void __construct()
- public string getHost()
- public string getPartnershipKey()
- public string getPartnershipPasswd()
- public bool getAllowValidationUrl()
- public string getCustomerUsername()
- public string getCustomerPassword()
- public mixed getPartnerUrl()
- public void getLogFilePath()
Hierarchy
Methods
public
- __construct()
- getAllowValidationUrl() — Get if we must simulate an authorization or not to Ricardo
- getCustomerPassword() — Get the password configuration of the customer
- getCustomerUsername() — Get the username configuration of the customer
- getHost()
- getLogFilePath()
- getPartnerUrl() — Get the partner url
- getPartnershipKey() — Partnership Key and Username are the same but Ricardo provides the partnership Key and you have to use it as a username in HTTP header
- getPartnershipPasswd() — Clear password of the partnership.
History
-
2015-02-05T13:02:27+01:00 (commit #17cc8fe)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Change license from OSL v3 to GPL v3
-
2014-12-16T12:45:07+01:00 (commit #ec26574)
Author: Sylvain Rayé (sylvain.raye@rissip.com) / Commiter: Sylvain Rayé (sylvain.raye@rissip.com)
PSR2 compliant
-
2014-10-20T13:39:26+02:00 (commit #177d730)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
update
-
2014-10-06T14:17:38+02:00 (commit #bf96f34)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Change Partner ID to Partner Key to keep ricardo terminology
-
2014-09-28T11:22:59+02:00 (commit #3e11a2c)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Update the License to OSL v3.0, add license file, change code header and composer.json
-
2014-08-10T20:18:28+02:00 (commit #fc0e52a)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Standardize namespace use
-
2014-08-02T19:31:40+02:00 (commit #700e7a3)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] Add Get Partner Url method to the config class
-
2014-07-11T01:41:36+02:00 (commit #cf380ad)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
[RIC-38] Improve exception message for config class
-
2014-06-22T17:08:27+02:00 (commit #61fc8b6)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Add PhpUnit Tests for Security, SellerAccount (in progress) and System (in progress) Services. Add a way to configure the unit test, documentation exist to configure it thanks to a readme file Implement the security protocol at the manager level
-
2014-06-15T22:30:44+02:00 (commit #6b76b24)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
change folders structure, add script specific for Magento to allow to install the library into it
-
2014-06-15T13:58:22+02:00 (commit #e3161ff)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
init commit