61 Commits (master)
 

Author SHA1 Message Date
Skylar Ittner b04134946d Fix typo 4 years ago
Skylar Ittner ef5bbc91dd Add pounds/ounces 4 years ago
Hari KT 9a9fca51d5 update timeout 4 years ago
Jamie Isaacs 4139f52d14 Fixed phpunit coverage whitelist 4 years ago
Jamie Isaacs 8a4a7ebbdf Fixed composer to work with packagist. Fixed risky tests. 4 years ago
Jamie Isaacs 8d1cd60d1a
Merge pull request #19 from harikt/create-func
create_function has been DEPRECATED as of PHP 7.2.0
4 years ago
Hari K T 2e920b5449
Merge branch 'master' into create-func 4 years ago
Hari KT 0e115da493 upgrade phpunit and codesniffer 4 years ago
Jamie Isaacs 2a5050632a Upgraded to PHP 7.1 for a 1.0.0 release 4 years ago
Jamie Isaacs a11a122c7e Upgraded to PHP 7.1 for a 1.0.0 release 4 years ago
Hari KT 7a89fea6f6 update travis 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. 9 years ago
Jamie Isaacs 6233359c57 Fixing for PSR-2. 9 years ago
Jamie Isaacs 71a7383b73 Merge pull request #10 from perk11/validation
Added tests for Validation
9 years ago
Pereyaslov Konstantin 053184f493 Tests for missing package dimensions 9 years ago
Pereyaslov Konstantin ae4552b0e0 Moved packages validation to methodi validatePackages() in RateAdapter to avoid duplication of code
.Added width validation.
9 years ago
Pereyaslov Konstantin 49321237df Added common setters and getters to RateAdapter for:
-shipment
-isProduction
9 years ago
Pereyaslov Konstantin dfd9f50c8f Tests for missing data 9 years ago
Pereyaslov Konstantin 535db69152 Validator test 9 years ago
Jamie Isaacs 51a8b8e331 Merge pull request #9 from perk11/validation
Validation
9 years ago
Pereyaslov Konstantin 04cae3c295 Fixed formatting to match PSR-2 9 years ago
Pereyaslov Konstantin 2938be5a2d Moving default values to __construct, because otherwise they get overwritten 9 years ago
Pereyaslov Konstantin 6d6853cbda Setting all options in tests 9 years ago
Pereyaslov Konstantin 10f8bde7a2 Added validation that all necessary properties are set 9 years ago
Pereyaslov Konstantin 5dafdf17a0 broken use removed 9 years ago
Pereyaslov Konstantin 317155b8c2 Merge https://github.com/pdt256/shipping 9 years ago
Jamie Isaacs 3fb378c35e Fixing phpstorm project files. 9 years ago
Jamie Isaacs eb47cbd422 Update README.md 9 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. 9 years ago
Jamie Isaacs 01ddc321ce Merge pull request #6 from perk11/exceptions
Thanks Konstantin!
9 years ago
Pereyaslov Konstantin f04c23cb0c Merge https://github.com/pdt256/shipping
Conflicts:
	src/USPS/Rate.php
9 years ago
Pereyaslov Konstantin 1b763a3656 Merge https://github.com/pdt256/shipping into exceptions 9 years ago
Pereyaslov Konstantin fe2009a7fb Added RequestException. It is thrown when request fails. 9 years ago
Jamie Isaacs 0fdd82dd76 Merge pull request #3 from troydavisson/master
Looks good. Thanks!
9 years ago
Pereyaslov Konstantin bfc91cd730 Determine shipment size automatically for USPS 9 years ago
Pereyaslov Konstantin 6a62d17a59 Duplicate code removed 9 years ago
Troy Davisson 66d7f46d61 Drop Carbon requirement 9 years ago
Troy Davisson b911e8923d Merge branch 'master' of github.com:pdt256/shipping
Conflicts:
	src/Fedex/Rate.php
	src/UPS/Rate.php
	src/USPS/Rate.php
	tests/ShipTest.php
9 years ago
Jamie Isaacs 6f41a5954b Merge pull request #1 from troydavisson/costfix
Fix for cost calculations losing partial dollars
9 years ago
Troy Davisson 1ebe66a3e6 Fix for cost calculations losing partial dollars 9 years ago
Troy Davisson 3dbfc3e135 Specify the container based on the package size 9 years ago
Troy Davisson c05c14bcc1 Change to the carbon dependency 9 years ago
Troy Davisson 64dbeee35d Updates to the documentation example return values 9 years ago
Troy Davisson 1f98232ac0 Provide rate quotes back as objects 9 years ago
Troy Davisson 6d42cd1273 Readme update 9 years ago
Troy Davisson 14c35aa03f Streamlined the packaging stuff with some reasonable assumed defaults for now 9 years ago
Troy Davisson ad3c950d6d Update read me 9 years ago