Commit Graph

  • b04134946d Fix typo master Skylar Ittner 2020-05-29 17:40:13 -0600
  • ef5bbc91dd Add pounds/ounces Skylar Ittner 2020-05-29 17:38:34 -0600
  • 8338d96d92
    Merge 539ea90a14 into 9a9fca51d5 #11 Konstantin Pereiaslov 2020-02-20 20:17:51 -0500
  • 9a9fca51d5 update timeout Hari KT 2019-12-12 22:56:36 +0530
  • 41bc29564c update timeout #21 Hari KT 2019-12-12 22:56:36 +0530
  • 4139f52d14 Fixed phpunit coverage whitelist Jamie Isaacs 2019-12-12 01:09:03 -0800
  • 8a4a7ebbdf Fixed composer to work with packagist. Fixed risky tests. 1.0.1 Jamie Isaacs 2019-12-12 00:29:28 -0800
  • 8d1cd60d1a
    Merge pull request #19 from harikt/create-func Jamie Isaacs 2019-12-11 23:55:52 -0800
  • 2e920b5449
    Merge branch 'master' into create-func #19 Hari K T 2019-12-12 12:21:50 +0530
  • 0e115da493 upgrade phpunit and codesniffer Hari KT 2019-12-12 12:20:22 +0530
  • 2a5050632a Upgraded to PHP 7.1 for a 1.0.0 release 1.0.0 Jamie Isaacs 2019-12-11 14:55:57 -0800
  • a11a122c7e Upgraded to PHP 7.1 for a 1.0.0 release Jamie Isaacs 2019-12-11 14:55:29 -0800
  • 7a89fea6f6 update travis Hari KT 2019-12-11 12:57:25 +0530
  • 0a494a591f create_function has been DEPRECATED as of PHP 7.2.0 Hari KT 2019-12-11 12:50:54 +0530
  • 190b1d74c9 Changing private method to protected per #15 Jamie Isaacs 2017-08-14 10:05:45 -0700
  • 0aa709e251 Fix issue #12, Call curl_close after curl_error Dranzd Viper 2017-08-01 08:59:03 +0800
  • 01cab3adcd Fix issue #12, Call curl_close after curl_error #14 Dranzd Viper 2017-08-01 08:59:03 +0800
  • 539ea90a14 Throw FedexRequestException with message from FedEx when FedEx returns error instead of \Exception with generic error message. #11 Konstantin Pereyaslov 2015-03-08 06:56:47 +0300
  • d1281805ea Commenting out TLSv1 from cipher list that was causing problems. Updating readme. resolves #8. Jamie Isaacs 2014-12-11 02:31:22 -0800
  • 6233359c57 Fixing for PSR-2. Jamie Isaacs 2014-12-08 22:55:53 -0800
  • 71a7383b73 Merge pull request #10 from perk11/validation Jamie Isaacs 2014-12-08 22:53:11 -0800
  • 053184f493 Tests for missing package dimensions #10 Pereyaslov Konstantin 2014-12-09 09:32:46 +0300
  • ae4552b0e0 Moved packages validation to methodi validatePackages() in RateAdapter to avoid duplication of code .Added width validation. Pereyaslov Konstantin 2014-12-09 09:32:20 +0300
  • 49321237df Added common setters and getters to RateAdapter for: -shipment -isProduction Pereyaslov Konstantin 2014-12-09 09:12:40 +0300
  • dfd9f50c8f Tests for missing data Pereyaslov Konstantin 2014-12-08 22:38:07 +0300
  • 535db69152 Validator test Pereyaslov Konstantin 2014-12-08 21:59:31 +0300
  • 51a8b8e331 Merge pull request #9 from perk11/validation Jamie Isaacs 2014-12-08 10:51:36 -0800
  • 04cae3c295 Fixed formatting to match PSR-2 #9 Pereyaslov Konstantin 2014-12-08 20:15:36 +0300
  • 2938be5a2d Moving default values to __construct, because otherwise they get overwritten Pereyaslov Konstantin 2014-12-08 19:34:31 +0300
  • 6d6853cbda Setting all options in tests Pereyaslov Konstantin 2014-12-08 19:29:23 +0300
  • 10f8bde7a2 Added validation that all necessary properties are set Pereyaslov Konstantin 2014-12-08 19:09:30 +0300
  • 5dafdf17a0 broken use removed Pereyaslov Konstantin 2014-12-08 18:56:58 +0300
  • 317155b8c2 Merge https://github.com/pdt256/shipping Pereyaslov Konstantin 2014-12-08 18:02:13 +0300
  • 3fb378c35e Fixing phpstorm project files. Jamie Isaacs 2014-12-08 02:13:59 -0800
  • eb47cbd422 Update README.md Jamie Isaacs 2014-12-08 01:46:09 -0800
  • 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. Jamie Isaacs 2014-12-08 01:44:21 -0800
  • 01ddc321ce Merge pull request #6 from perk11/exceptions Jamie Isaacs 2014-12-07 21:00:53 -0800
  • f04c23cb0c Merge https://github.com/pdt256/shipping Pereyaslov Konstantin 2014-12-08 07:57:04 +0300
  • 1b763a3656 Merge https://github.com/pdt256/shipping into exceptions #6 Pereyaslov Konstantin 2014-12-08 07:52:57 +0300
  • fe2009a7fb Added RequestException. It is thrown when request fails. Pereyaslov Konstantin 2014-12-07 17:22:02 +0300
  • 0fdd82dd76 Merge pull request #3 from troydavisson/master Jamie Isaacs 2014-12-07 16:08:34 -0800
  • e6dde06aba Merge bfc91cd730 into 6f41a5954b #5 Konstantin Pereyaslov 2014-12-07 10:06:48 +0000
  • bfc91cd730 Determine shipment size automatically for USPS #5 Pereyaslov Konstantin 2014-12-07 12:30:12 +0300
  • 6a62d17a59 Duplicate code removed Pereyaslov Konstantin 2014-12-07 12:21:53 +0300
  • c47e3d1214 Merge 66d7f46d61 into 6f41a5954b #4 Troy Davisson 2014-12-01 02:51:48 +0000
  • 66d7f46d61 Drop Carbon requirement #4 #3 Troy Davisson 2014-11-30 21:51:16 -0500
  • b911e8923d Merge branch 'master' of github.com:pdt256/shipping Troy Davisson 2014-11-30 21:42:33 -0500
  • 6f41a5954b Merge pull request #1 from troydavisson/costfix v0.2-beta Jamie Isaacs 2014-11-30 10:22:19 -0800
  • 1ebe66a3e6 Fix for cost calculations losing partial dollars #1 Troy Davisson 2014-11-30 11:21:42 -0500
  • 3dbfc3e135 Specify the container based on the package size Troy Davisson 2014-11-28 22:19:02 -0500
  • c05c14bcc1 Change to the carbon dependency Troy Davisson 2014-11-28 12:08:15 -0500
  • 64dbeee35d Updates to the documentation example return values Troy Davisson 2014-11-27 13:33:40 -0500
  • 1f98232ac0 Provide rate quotes back as objects Troy Davisson 2014-11-27 13:27:56 -0500
  • 6d42cd1273 Readme update Troy Davisson 2014-11-27 12:38:22 -0500
  • 14c35aa03f Streamlined the packaging stuff with some reasonable assumed defaults for now Troy Davisson 2014-11-27 12:37:33 -0500
  • ad3c950d6d Update read me Troy Davisson 2014-11-27 12:18:41 -0500
  • a89504e722 Expanded to support multiple packages per request, and now more object oriented. Troy Davisson 2014-11-27 01:44:07 -0500
  • 9d7c8335ff Request negotiated rates from UPS Troy Davisson 2014-11-27 00:30:48 -0500
  • 7238f4e930 Adding license. Jamie Isaacs 2014-10-09 23:28:39 -0700
  • 103237fa5f Update README.md Jamie Isaacs 2014-10-07 11:55:26 -0700
  • 5320dd43d0 Accounting for missing rates. Jamie Isaacs 2014-09-26 22:07:01 -0700
  • 880f5dd750 Removing vcs repository Jamie Isaacs 2014-09-26 13:33:56 -0700
  • b131da9a9a Adding author. Jamie Isaacs 2014-09-25 23:58:02 -0700
  • 48813f3152 Adding readme php syntax. Jamie Isaacs 2014-09-25 23:55:53 -0700
  • 5590fc75a4 Adding initial shipping API version. Jamie Isaacs 2014-09-25 23:54:31 -0700
  • a7158e2781 Adding composer Jamie Isaacs 2014-09-24 23:33:23 -0700
  • 4510066031 Initial commit Jamie Isaacs 2014-09-24 23:23:25 -0700