INFO (Extra logging) Capturing payment on order #14INFO (Extra logging) Capturing payment for Order #14:INFO (Extra logging) Using test connection.INFO (Extra logging) standard charges configuration: {'x_login': u'[deleted even though it's not a real account]', 'x_version': '3.1', 'x_delim_char': '|', 'x_method': 'CC', 'x_type': 'AUTH_CAPTURE', 'x_delim_data': 'TRUE', 'x_relay_response': 'FALSE', 'x_tran_key': u'[deleted even though it's not a real account]', 'x_test_request': 'FALSE'}INFO (Extra logging) standard charges configuration: {'x_city': u'Anytown', 'x_address': u'123 Any Street', 'x_country': u'US', 'x_state': u'MD', 'x_first_name': u'', 'x_last_name': u'', 'x_zip': u'20817', 'x_email': u'speed.rob...@gmail.com', 'x_phone': u'1234567890'}INFO (Extra logging) standard charges transactionData: {'x_exp_date': '1/2014', 'x_card_num': u'1111', 'x_amount': Decimal('205'), 'x_card_code': 'REDACTED', 'x_invoice_num': '14_4_test_032813_404533'}INFO About to send a request to authorize.net: https://test.authorize.net/gateway/transact.dllx_login=[deleted even though it's not a real account]&x_version=3.1&x_delim_char=%7C&x_method=CC&x_type=AUTH_CAPTURE&x_delim_data=TRUE&x_relay_response=FALSE&x_tran_key=[deleted even though it's not a real account]&x_test_request=FALSE&x_exp_date=1%2F2014&x_card_num=1111&x_amount=205&x_card_code=REDACTED&x_invoice_num=14_4_test_032813_404533&x_city=Anytown&x_address=123+Any+Street&x_country=US&x_state=MD&x_first_name=&x_last_name=&x_zip=20817&x_email=speed.rob%2Btest1038%40gmail.com&x_phone=1234567890INFO (Extra logging) Authorize response: 3|2|33|Credit card number is required.||P|0|14_4_test_032813_404||205.00|CC|auth_capture|||||123 Any Street|Anytown|MD|20817|US|1234567890||speed.rob...@gmail.com||||123 Any Street|Anytown|MD|20817|US||||||DBC10C13887CEA489BB3B54334A3569A||||||||||||||||||||||||||||||
$ manage.py shell
>>> from django.core.cache import cache
>>> from time import sleep
>>> def test():
... cache.set('does_this_work', 'Yes it does!')
... sleep(60 * 4)
... print(cache.get('does_this_work'))
...
>>> test()
Yes it does!
I'm away from my serves now so I can't tell you exactly how to fix this, but I did run into it. I think you also have to configure cache the "old way" for Satchmo to pick it up. Look at the Django 1.2 docs on caching.
Let me know if it works. If not, I'll look at my setup when I get a chance to get to my server.
--
You received this message because you are subscribed to the Google Groups "Satchmo users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to satchmo-user...@googlegroups.com.
To post to this group, send email to satchm...@googlegroups.com.
Visit this group at http://groups.google.com/group/satchmo-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.