@@ -214,7 +214,7 @@ Since there's still $6 left to fulfill the payment, we cannot process the order.
214214 .. code-block :: none
215215
216216
217- OrderControl(model=<__main__.Order object at 0x7f5730b462e0 >, state_field='state', current_state='waiting_for_payment')
217+ OrderControl(model=<__main__.Order object at 0x7fa3456ef2e0 >, state_field='state', current_state='waiting_for_payment')
218218
219219
220220
@@ -258,7 +258,7 @@ Now paying the left amount, we can proceed.
258258 .. code-block :: none
259259
260260
261- OrderControl(model=<__main__.Order object at 0x7f5730b462e0 >, state_field='state', current_state='processing')
261+ OrderControl(model=<__main__.Order object at 0x7fa3456ef2e0 >, state_field='state', current_state='processing')
262262
263263
264264
@@ -292,7 +292,7 @@ Now paying the left amount, we can proceed.
292292 .. code-block :: none
293293
294294
295- OrderControl(model=<__main__.Order object at 0x7f5730b462e0 >, state_field='state', current_state='shipping')
295+ OrderControl(model=<__main__.Order object at 0x7fa3456ef2e0 >, state_field='state', current_state='shipping')
296296
297297
298298
@@ -391,7 +391,7 @@ Just checking the final expected state
391391 .. code-block :: none
392392
393393
394- OrderControl(model=<__main__.Order object at 0x7f5730b462e0 >, state_field='state', current_state='completed')
394+ OrderControl(model=<__main__.Order object at 0x7fa3456ef2e0 >, state_field='state', current_state='completed')
395395
396396
397397
0 commit comments