Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
add msg em ingles, corrigido problema do pagseguro
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocintra committed Oct 18, 2016
1 parent 17e23dd commit beda029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkout/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def pagseguro_notification(request):
pass
else:
order.pagseguro_update_status(status)
return HttpResponse('Transação OK')
return HttpResponse('Transaction OK')


create_cartitem = CreateCartItemView.as_view()
Expand Down

0 comments on commit beda029

Please sign in to comment.