Commit 7d6609b9 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_subscription_request: Fix typo

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