shippo-php-client icon indicating copy to clipboard operation
shippo-php-client copied to clipboard

Shipping API PHP library (USPS, FedEx, UPS and more)

Results 30 shippo-php-client issues
Sort by recently updated
recently updated
newest added

class Shippo_Track appears to still reference "v1" which generates an error PHP Fatal error: Uncaught Shippo_ApiError: Moved Permanently I am using basic auth and a manual curl to get around...

README here says go to https://goshippo.com/docs, which leads to https://goshippo.com/docs/client-libraries/, which says go to https://github.com/goshippo/shippo-php-client. I'm using shippo with foxycart.io. Some requests are failing and only the end user is...

I have successfully connected shippo to woocommerce. This connection only worked when litespeed cache was turned off. I have attempted to sync orders and they will not sync if litespeed...

PHP7.4 now triggers a notice (which is commonly converted into an `ErrorException`) when accessing non-arrayable types (int, float, etc). This causes an exception when trying to fetch shipping rates on...

Class 'App\Http\Controllers\Front\Shippo_Shipment' not found

This can be easily replicated in by running the following test and examining the output in the `CurlClient`: https://github.com/goshippo/shippo-php-client/blob/e4b577a0f45675db5df54e14877a2a9f463dfcad/test/ParcelTest.php#L48-L52 The expected output format according to the documentation is: ```json {...

Setting `extra` to `[]` results in a JSON encoded array instead of an object. The Shippo API rejects this format with the following message: > {"shipment": [{"extra": ["Invalid format of...

Fixes #45, #46, #47 Added namespaces and updated various places that instantiate classes using strings to use the new namespace.

help wanted

If I set $from_address = array( 'name' => 'Mr Hippo2', 'company' => 'Shippo2', 'country' => 'BD', 'city' => 'Dhaka', // 'zip' => '1000', ); it doesn't return the Shipping Rates...