# If True, the checkout process is split into separate
# billing/shipping and payment steps.
-SHOP_CHECKOUT_STEPS_SPLIT = True
+SHOP_CHECKOUT_STEPS_SPLIT = False
# If True, the checkout process has a final confirmation step before
# completion.
-SHOP_CHECKOUT_STEPS_CONFIRMATION = True
+SHOP_CHECKOUT_STEPS_CONFIRMATION = False
# Controls the formatting of monetary values accord to the locale
# module in the python standard library. If an empty string is
triggered on PayPal IPN callback)."""
ipn_obj = sender
-
+ print sender
if ipn_obj.custom and ipn_obj.invoice:
s_key, cart_pk = ipn_obj.custom.split(',')
SessionStore = import_module(settings.SESSION_ENGINE) \
try:
order = Order.objects.get(
transaction_id=ipn_obj.invoice)
+ print order
# order = Order.objects.get(key=s_key)
for field in order.session_fields:
if field in session:
- "80:80"
volumes:
- ./app/deploy/nginx-app.conf:/etc/nginx/conf.d/default.conf
- - /var/log/nginx
+ - ./log/:/var/log/nginx
volumes_from:
- media
links: