checkoutservice: empty cart after order

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-06-28 00:57:12 -07:00 committed by Simon Zeltser
parent ed942a91fe
commit 382314bb57
2 changed files with 16 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{{ define "footer" }}
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<small class="text-muted mx-auto">This is a demo application. ({{$.session_id}})</small>
<small class="text-muted mx-auto">This is a demo application, not a real retail business. ({{$.session_id}})</small>
</body>
</html>
{{ end }}