IMP delivery_stamps Use is_amazon() method to flag orders

This commit is contained in:
Jared Kipe
2019-08-08 09:44:44 -07:00
parent 77673bbcb2
commit 451c7cc900
6 changed files with 10660 additions and 6774 deletions

View File

@@ -46,7 +46,7 @@ def get_rate(service):
ret_val.ToState = rate.ToState
add_on = service.create_add_on()
add_on.AddOnType = "US-A-DC"
ret_val.AddOns.AddOnV7.append(add_on)
ret_val.AddOns.AddOnV15.append(add_on)
return ret_val