Commit Graph

11 Commits

Author SHA1 Message Date
Jay Patel
1401d5563d [PSR] Fixed library source
- Using `php-cs-fixer` tool.
2016-07-14 13:10:21 -05:00
Jay Patel
97493db230 Using Setter Methods instead of Magic if possible. 2015-10-06 19:08:30 -05:00
Jay Patel
e1e70c0ebd Removed ModelAccessValidator in favor of Forward Compatilibity Issues
- Model Access Validator causes unnecessary issues in existing integrations.
- Causes merchant to break integration if configured incorrectly.
2015-10-06 18:54:40 -05:00
Jay Patel
9e3ee52f50 GetList refactored for all use cases
- Fixes #290
2015-05-03 22:54:00 -05:00
Jay Patel
ec58775bca PayPalModel Set Conditions updated
- passing null to setter would unset the value
- passing empty string would set the value as empty string
- passing 0 would set the value as 0
- Fixes #285
2015-04-15 12:00:15 -05:00
Jay Patel
fd6a38d0ef PayPalModel to differentiate between empty objects and array
- Fixes to PayPalModel Conversion
- Fixes #262
2015-03-03 16:55:18 -06:00
Jay Patel
bedb6aa047 Ability to handle missing accesors for unknown objects in json
-  JSON body that has objects who do not have Model Getter Setters are handled properly
2015-02-23 21:18:45 -06:00
japatel
192f16b542 Fixes to Json conversion logic for empty objects
- If the object is empty, an empty json object is generated on conversion
- Fixes #223
2015-01-27 12:35:57 -06:00
japatel
12421e09ea PayPal Model toJSON to determine encoding based on PHP Version
- Allows Preetifying JSON output
- toString prints a nice looking JSON now
2015-01-10 17:21:21 -06:00
japatel
88aac05f04 Documentation Updates and Minor Refactoring
- Updated README and Release Notes
- Updated PayPal Constant to reflect latest release
2015-01-08 22:26:26 -06:00
japatel
9c0827643b Renaming Namespaces and Organizing Classes
- Updated OpenId classes to be in API namespace
- Updated PP Naming Convention to PayPal Naming Convention
- FormatConverter Class got its own namespace
- Handlers are grouped in Handler namespace
- Samples and Tests Updated Accordingly
2014-12-18 14:16:41 -06:00