Shippo_CarrierAccount::all filter not working when using carrier => dhl_express
Closed this issue · 4 comments
claw68 commented
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'));
ThiagoRRamos commented
Hey, @claw68 . Thank you for reporting this issue. We identified the problem and will resolve it soon.
claw68 commented
Thanks!
sbeidas commented
This issue has been fixed. Thank you for pointing it out :)