Commit 71fff495 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_subscription_request: Fix typo

    Reported-by: Romain
parent 7a16ccdf
Pipeline #12515 passed with stage
in 0 seconds
......@@ -2,7 +2,7 @@ portal = context.getPortalObject()
payment = context.SubscriptionRequest_verifyPaymentBalanceIsReady()
if payment is not None:
if payment.getSimulationState() in ['stopped', 'deliveried']:
if payment.getSimulationState() in ['stopped', 'delivered']:
# Payment Transaction is payed
return True
......
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