{% extends "base.html" %} {% block title %} Gchecky demo Django application {% endblock %} {% block page %}
Welcome to gchecky demo installation!
You can try ordering from the demo stores and watch the system deal with XML API Level 2 notifications from google. This application demonstrates how to easilly implement order processing system using Google Checkout.
This demo uses sandbox which means, that no money transfer is taking place. To use the demo you would need an account on the google sandbox. Follow the official guide.
{% endblock page %} {% block sidebar %} {% endblock sidebar %}