Commit 378144da authored by Romain Courteaud's avatar Romain Courteaud

slapos_payzen: check the payment when it is updated

parent 43391dfb
......@@ -11,7 +11,7 @@ if not params.get('full', False) and last_active_process is not None:
last_active_process_start_date = last_active_process.getStartDate()
if (last_active_process_start_date + 0.02083) > now:
kw['creation_date'] = '>= %s' % last_active_process_start_date.ISO()
kw['indexation_timestamp'] = '>= %s' % last_active_process_start_date.ISO()
else:
context.newActiveProcess().getRelativeUrl()
else:
......
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