We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb10505 + 7a8f0de commit 9daf8cbCopy full SHA for 9daf8cb
ffc/flows/order.py
@@ -10,7 +10,7 @@
10
MPT_ORDER_STATUS_COMPLETED = "Completed"
11
12
ORDER_TYPE_PURCHASE = "Purchase"
13
-ORDER_TYPE_TERMINATE = "Terminate"
+ORDER_TYPE_TERMINATE = "Termination"
14
15
PURCHASE_TEMPLATE_NAME = "Purchase"
16
TERMINATE_TEMPLATE_NAME = "Terminate"
tests/conftest.py
@@ -508,7 +508,7 @@ def processing_change_order(order_factory):
508
@pytest.fixture()
509
def processing_termination_order(order_factory):
510
return order_factory(
511
- order_type="Terminate",
+ order_type="Termination",
512
order_parameters=[],
513
)
514
0 commit comments