@@ -30,12 +30,12 @@ s = orb.Orb(
3030)
3131
3232req = shared.NewInvoiceLineItem(
33- amount = ' eos ' ,
34- end_date = dateutil.parser.parse(' 2022-10-30 ' ).date(),
33+ amount = ' minus ' ,
34+ end_date = dateutil.parser.parse(' 2022-10-11 ' ).date(),
3535 invoice_id = ' 4khy3nwzktxv7' ,
36- name = ' Darryl Fadel ' ,
36+ name = ' Dean Welch ' ,
3737 quantity = 47hhsws4z2i13 ,
38- start_date = dateutil.parser.parse(' 2020-03-20 ' ).date(),
38+ start_date = dateutil.parser.parse(' 2021-10-22 ' ).date(),
3939)
4040
4141res = s.invoice.create(req)
@@ -61,7 +61,7 @@ s = orb.Orb(
6161)
6262
6363
64- res = s.invoice.fetch(' omnis ' )
64+ res = s.invoice.fetch(' voluptatem ' )
6565
6666if res.invoice is not None :
6767 # handle response
@@ -84,7 +84,7 @@ s = orb.Orb(
8484)
8585
8686
87- res = s.invoice.fetch_upcoming(' facilis ' )
87+ res = s.invoice.fetch_upcoming(' porro ' )
8888
8989if res.upcoming_invoice is not None :
9090 # handle response
@@ -111,7 +111,7 @@ s = orb.Orb(
111111)
112112
113113
114- res = s.invoice.list(' perspiciatis ' , ' voluptatem ' , ' porro ' , ' consequuntur ' )
114+ res = s.invoice.list(' consequuntur ' , ' blanditiis ' , ' error ' , ' eaque ' )
115115
116116if res.invoices is not None :
117117 # handle response
@@ -136,7 +136,7 @@ s = orb.Orb(
136136)
137137
138138
139- res = s.invoice.void(' blanditiis ' )
139+ res = s.invoice.void(' occaecati ' )
140140
141141if res.invoice is not None :
142142 # handle response
0 commit comments