Closed BBrunekreeft closed 2 years ago
Calling getDownPartnerId() on a shipment response returns always null. Changes the method name to getDownPartnerID, to make this work. This fixes #59
getDownPartnerId()
getDownPartnerID
Merging #60 (d5e32a4) into v1.3.x (b2edfac) will not change coverage. The diff coverage is n/a.
n/a
Thanks a lot for the fix!
Calling
getDownPartnerId()
on a shipment response returns always null. Changes the method name togetDownPartnerID
, to make this work. This fixes #59