Commit 25ab9e9a by taufikyu

typo

1 parent cd456be6
...@@ -522,7 +522,7 @@ def callback(request, data): ...@@ -522,7 +522,7 @@ def callback(request, data):
get_va.status = '1' get_va.status = '1'
try: try:
DBSession.add(get_va): DBSession.add(get_va)
DBSession.flush() DBSession.flush()
sendrpc(request, get_va.invoice_no) sendrpc(request, get_va.invoice_no)
return render_to_response('json', return render_to_response('json',
......
...@@ -605,7 +605,7 @@ def callback(request, data): ...@@ -605,7 +605,7 @@ def callback(request, data):
get_va.status = '1' get_va.status = '1'
try: try:
DBSession.add(get_va): DBSession.add(get_va)
DBSession.flush() DBSession.flush()
sendrpc(request, get_va.invoice_no) sendrpc(request, get_va.invoice_no)
return render_to_response('json', return render_to_response('json',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!