You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I set
$from_address = array(
'name' => 'Mr Hippo2',
'company' => 'Shippo2',
'country' => 'BD',
'city' => 'Dhaka',
// 'zip' => '1000',
);
it doesn't return the Shipping Rates although I manually added a DHL Express career on Shippo: https://app.goshippo.com/settings/carriers
But if use default career of shippo with $from_address_country US, it works perfectly.
So, how can I get the shipping rates and tracking status with from BD or IN(india)? Any suggestion would be appreciated...
The text was updated successfully, but these errors were encountered:
If I set
$from_address = array(
'name' => 'Mr Hippo2',
'company' => 'Shippo2',
'country' => 'BD',
'city' => 'Dhaka',
// 'zip' => '1000',
);
it doesn't return the Shipping Rates although I manually added a DHL Express career on Shippo:
https://app.goshippo.com/settings/carriers
But if use default career of shippo with $from_address_country US, it works perfectly.
So, how can I get the shipping rates and tracking status with from BD or IN(india)? Any suggestion would be appreciated...
The text was updated successfully, but these errors were encountered: