goshippo/shippo-php-client

Shippo_CarrierAccount::all filter not working when using carrier => dhl_express

Closed this issue · 4 comments

This code returns all my carriers including usps, parcelforce and both dhl_express accounts

Shippo_CarrierAccount::all()

These filters returns the expected result:

Shippo_CarrierAccount::all(array('carrier'=> 'usps'));
Shippo_CarrierAccount::all(array('carrier'=> 'parcelforce'));

While this one returns 0 rows

Shippo_CarrierAccount::all(array('carrier'=> 'dhl_express'));

smkrz commented

@claw68 - we'll look into both issues you've opened and will get back to you soon.

Hey, @claw68 . Thank you for reporting this issue. We identified the problem and will resolve it soon.

Thanks!

This issue has been fixed. Thank you for pointing it out :)