Skip to content

Commit 0b08f43

Browse files
committed
Merge branch 'Justintime50-add-missing-reports'
Closes #100 Reviewed by @jontsai
2 parents 661a2a2 + eedb215 commit 0b08f43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

easypost/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ def convert_to_easypost_object(response, api_key, parent=None, name=None):
100100
'ShipmentReport': Report,
101101
'PaymentLogReport': Report,
102102
'TrackerReport': Report,
103+
'RefundReport': Report,
104+
'ShipmentInvoiceReport': Report,
103105
'Webhook': Webhook
104106
}
105107

@@ -125,6 +127,8 @@ def convert_to_easypost_object(response, api_key, parent=None, name=None):
125127
'shprep': Report,
126128
'plrep': Report,
127129
'trkrep': Report,
130+
'refrep': Report,
131+
'shpinvrep': Report,
128132
'hook': Webhook
129133
}
130134

0 commit comments

Comments
 (0)