22 Commits (8a4a7ebbdfcb6d0acfdaf008d3a5bc43c22dfe47)

Author SHA1 Message Date
Jamie Isaacs 8a4a7ebbdf Fixed composer to work with packagist. Fixed risky tests. 4 years ago
Hari KT 0e115da493 upgrade phpunit and codesniffer 4 years ago
Hari KT 0a494a591f create_function has been DEPRECATED as of PHP 7.2.0 4 years ago
Jamie Isaacs 190b1d74c9 Changing private method to protected per #15 7 years ago
Dranzd Viper 0aa709e251 Fix issue #12, Call curl_close after curl_error 7 years ago
Jamie Isaacs d1281805ea Commenting out TLSv1 from cipher list that was causing problems. Updating readme. resolves #8. 10 years ago
Pereyaslov Konstantin ae4552b0e0 Moved packages validation to methodi validatePackages() in RateAdapter to avoid duplication of code
.Added width validation.
10 years ago
Pereyaslov Konstantin 49321237df Added common setters and getters to RateAdapter for:
-shipment
-isProduction
10 years ago
Pereyaslov Konstantin 04cae3c295 Fixed formatting to match PSR-2 10 years ago
Pereyaslov Konstantin 2938be5a2d Moving default values to __construct, because otherwise they get overwritten 10 years ago
Pereyaslov Konstantin 10f8bde7a2 Added validation that all necessary properties are set 10 years ago
Pereyaslov Konstantin 5dafdf17a0 broken use removed 10 years ago
Jamie Isaacs ccf447f755 Migrating code to PSR2. Adding optional support for live API calls in unit tests. Adding rounding error bug fix. Adding more tests to get to 85% coverage. Adding phpstorm project. Bumping master for v1.0.x target. 10 years ago
Pereyaslov Konstantin fe2009a7fb Added RequestException. It is thrown when request fails. 10 years ago
Troy Davisson 66d7f46d61 Drop Carbon requirement 10 years ago
Troy Davisson 3dbfc3e135 Specify the container based on the package size 10 years ago
Troy Davisson 1f98232ac0 Provide rate quotes back as objects 10 years ago
Troy Davisson 14c35aa03f Streamlined the packaging stuff with some reasonable assumed defaults for now 10 years ago
Troy Davisson a89504e722 Expanded to support multiple packages per request, and now more object oriented.
USPS still provides the cost of each package back individually, so we sum those up per service requested
10 years ago
Troy Davisson 9d7c8335ff Request negotiated rates from UPS 10 years ago
Jamie Isaacs 5320dd43d0 Accounting for missing rates. 10 years ago
Jamie Isaacs 5590fc75a4 Adding initial shipping API version. 10 years ago