Commit c304e5bf authored by Romain Courteaud's avatar Romain Courteaud

slapos_subscription_request: fixup typos

parent 0448cd02
......@@ -5,7 +5,7 @@ portal.portal_catalog.searchAndActivate(
portal_type="Subscription Request",
simulation_state="confirmed",
method_id="SubscriptionRequest_processConfirmed",
activity_kw={tag: tag}
activate_kw={tag: tag}
)
......
......@@ -5,7 +5,7 @@ portal.portal_catalog.searchAndActivate(
portal_type="Subscription Request",
simulation_state="draft",
method_id="SubscriptionRequest_verifyReservationPaymentTransaction",
activity_kw={tag: tag}
activate_kw={tag: tag}
)
......
......@@ -5,7 +5,7 @@ portal.portal_catalog.searchAndActivate(
portal_type="Trial Request",
validation_state="draft",
method_id="TrialRequest_processRequest",
activity_kw={tag: tag}
activate_kw={tag: tag}
)
......
......@@ -5,7 +5,7 @@ portal.portal_catalog.searchAndActivate(
portal_type="Subscription Request",
simulation_state="ordered",
method_id="SubscriptionRequest_processOrdered",
activity_kw={tag: tag}
activate_kw={tag: tag}
)
......
......@@ -5,7 +5,7 @@ portal.portal_catalog.searchAndActivate(
portal_type="Subscription Request",
simulation_state="planned",
method_id="SubscriptionRequest_boostrapUserAccount",
activity_kw={tag: tag}
activate_kw={tag: tag}
)
context.activate(after_tag=tag).getId()
......@@ -5,7 +5,7 @@ portal.portal_catalog.searchAndActivate(
portal_type="Subscription Request",
simulation_state="started",
method_id="SubscriptionRequest_processStarted",
activity_kw={tag: tag}
activate_kw={tag: tag}
)
......
......@@ -5,7 +5,7 @@ portal.portal_catalog.searchAndActivate(
portal_type="Trial Request",
validation_state="submitted",
method_id="TrialRequest_processNotify",
activity_kw={tag: tag}
activate_kw={tag: tag}
)
context.activate(after_tag=tag).getId()
......@@ -8,6 +8,6 @@ portal.portal_catalog.searchAndActivate(
method_id="TrialRequest_processDestroy",
packet_size=1,
activity_count=1,
activity_kw={tag: tag}
activate_kw={tag: tag}
)
context.activate(after_tag=tag).getId()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment