{ "info": { "author": "Matthew Wilkes", "author_email": "django-oscar-worldpay@matthewwilkes.name", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Other/Nonlisted Topic" ], "description": "=================================\r\nWorldpay package for django-oscar\r\n=================================\r\n\r\n.. image:: https://travis-ci.org/MatthewWilkes/django-oscar-worldpay.png\r\n :alt: Continuous integration status\r\n :target: http://travis-ci.org/#!/MatthewWilkes/django-oscar-worldpay\r\n\r\n.. image:: https://coveralls.io/repos/MatthewWilkes/django-oscar-worldpay/badge.svg?branch=master&service=github\r\n :target: https://coveralls.io/github/MatthewWilkes/django-oscar-worldpay?branch=master\r\n\r\nThis package provides integration between django-oscar_ and Worldpay Select Junior (also known as HTML Redirect).\r\n\r\n.. _django-oscar: https://github.com/tangentlabs/django-oscar\r\n\r\nThese payment options can be used individually or together. Further, the\r\npackage is structured so that it can be used without Oscar if you so wish.\r\n\r\n.. _`Continuous integration status`: http://travis-ci.org/#!/matthewwilkes/django-oscar-worldpay?branch=master\r\n\r\nCurrent status\r\n--------------\r\n\r\nWe believe this product is usable in production, but as always, it is released as-is without warranty. If you find any bugs please submit either a\r\nbug report or a pull request.\r\n\r\nSecurity\r\n--------\r\n\r\nThis package supports the so-called 'MD5 Encryption' security of Worldpay, with configurable fields. It also implement the DNS based checking of\r\nresponse callbacks.\r\n\r\nIt uses C_Parameters internally for passing cart information back, this uses a SHA-based HMAC for verification.\r\n\r\nThis package doesn't yet support the `callbackPW` parameter, patches to add this would be very welcome.\r\n\r\nConfiguration\r\n-------------\r\n\r\nThe following parameters should be set:\r\n\r\n * WORLDPAY_INSTANCE_ID\r\n A string containing your instance ID, such as '12345'\r\n \r\n * WORLDPAY_TEST_MODE\r\n A boolean to determine test mode\r\n\r\n * WORLDPAY_MD5_SECRET\r\n The string entered in the MD5 field of WorldPay's console, or None\r\n \r\n * WORLDPAY_SIGNATURE_FIELDS\r\n A tuple of field names, such as ('instId', 'cartId', 'amount', 'currency'), to use with the MD5 Secret\r\n\r\n * WORLDPAY_REMOTE_ADDRESS_HEADER\r\n A string pointing to the key in Request.META that contains the IP of the request's origin.\r\n Usually either `REMOTE_ADDR` or `HTTP_X_FORWARDED_FOR`.\r\n\r\nGotchas\r\n-------\r\n\r\nWorldpay's recommended authentication of requests is based on multiple DNS lookups. Please be sure you have a working and reliable DNS setup\r\nbefore using this package. Patches to make this lookup optional and to add the `CallbackPW` alternative would be welcome.\r\n\r\nYou also need the dynamic callback response parameter to be enabled. Currently there are two callbacks, a fail and a success callback. If these\r\ntwo were integrated this requirement could be dropped.\r\n\r\nLicense\r\n-------\r\n\r\nThe package is released under the `New BSD license`_.\r\n\r\n.. _`New BSD license`: https://github.com/matthewwilkes/django-oscar-worldpay/blob/master/LICENSE\r\n\r\nContributing\r\n------------\r\n\r\nPlease let `@matthewwilkes`_ know if you use this package, feedback would be very useful. Pull requests are very much welcome, please don't\r\nhesitate to send them. If they're not attended to quickly, ping `@matthewwilkes` on twitter or GitHub. \r\n\r\nSupport\r\n-------\r\n\r\nHaving problems or got a question?\r\n\r\n* Have a look at the sandbox site as this is a sample Oscar project\r\n integrated with Worldpay. See the contributing guide within the\r\n docs for instructions on how to set up the sandbox locally.\r\n\r\n* Ping `@matthewwilkes`_ (or `@django_oscar`_) with quick queries.\r\n\r\n* Ask more detailed questions on the Oscar mailing list: `django-oscar@googlegroups.com`_\r\n\r\n* Use Github_ for submitting issues and pull requests.\r\n\r\n.. _`@django_oscar`: https://twitter.com/django_oscar\r\n.. _`@matthewwilkes`: https://twitter.com/matthewwilkes\r\n.. _`django-oscar@googlegroups.com`: https://groups.google.com/forum/?fromgroups#!forum/django-oscar\r\n.. _`Github`: http://github.com/MatthewWilkes/django-oscar-worldpay\r\n\r\nChangelog\r\n---------\r\n\r\n1.3 (2016-03-09)\r\n----------------\r\n\r\n* Fix a bug where the reliability fix included in 1.2 would not work if the two requests were almost simultanous.\r\n [bharling, mwilkes]\r\n\r\n1.2 (2015-10-22)\r\n----------------\r\n\r\n* Make order confirmation more reliable, by fixing a failure mode if the user sends multiple finalisation requests\r\n [bharling]\r\n\r\n* On payment failure redirect to basket:summary rather than basket:preview, to support multiple gateways.\r\n [lpakula]\r\n\r\n* Load OrderPlacementMixin dynamically to allow overrides\r\n [bharling]\r\n\r\n1.1 (2015-09-28)\r\n----------------\r\n\r\n* Fix a bug when phonenumber wasn't set.\r\n [mwilkes]\r\n* Remove some old PayPal references that were missed.\r\n [mwilkes]\r\n\r\n1.0 (2015-09-28)\r\n----------------\r\n\r\n* Initial release. Working integration of Worldpay and Oscar.\r\n [mwilkes]\r\n\r\n0.1\r\n~~~\r\n\r\n* Skeleton of Worldpay integration, supporting making requests and receiving callbacks.\r\n [mwilkes]\r\n\r\n0.0\r\n~~~\r\n* Forked from django-oscar-paypal 0.9.5", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/matthewwilkes/django-oscar-worldpay", "keywords": "Payment,WorldPay,Oscar", "license": "Copyright (c) 2011-2015, Matthew Wilkes, Tangent Communications PLC and individual contributors.\r\nAll rights reserved.\r\n\r\nRedistribution and use in source and binary forms, with or without modification,\r\nare permitted provided that the following conditions are met:\r\n\r\n 1. Redistributions of source code must retain the above copyright notice,\r\n this list of conditions and the following disclaimer.\r\n \r\n 2. Redistributions in binary form must reproduce the above copyright\r\n notice, this list of conditions and the following disclaimer in the\r\n documentation and/or other materials provided with the distribution.\r\n\r\n 3. Neither the name of Matthew Wilkes, Tangent Communications PLC nor the\r\n names of its contributors may be used to endorse or promote products\r\n derived from this software without specific prior written permission.\r\n\r\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\r\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\r\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\r\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\r\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\r\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\r\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\r\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\r\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "maintainer": "", "maintainer_email": "", "name": "django-oscar-worldpay", "package_url": "https://pypi.org/project/django-oscar-worldpay/", "platform": "linux", "project_url": "https://pypi.org/project/django-oscar-worldpay/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/matthewwilkes/django-oscar-worldpay" }, "release_url": "https://pypi.org/project/django-oscar-worldpay/1.3/", "requires_dist": null, "requires_python": null, "summary": "Integration with Worldpay payments for django-oscar", "version": "1.3" }, "last_serial": 1997013, "releases": { "0.1": [], "1.0": [ { "comment_text": "", "digests": { "md5": "29e7fa64a1a49679fc50effd3ddc2001", "sha256": "e5597456564f22f8b9e9ada42a69f9b8311e8f129fc000a3360e58c8493ddfa3" }, "downloads": -1, "filename": "django_oscar_worldpay-1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "29e7fa64a1a49679fc50effd3ddc2001", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15166, "upload_time": "2015-09-28T09:20:52", "url": "https://files.pythonhosted.org/packages/a5/ba/2086cb35ae3d0dd6d85cf6928c8acb01639c40fa0072ecf74f99e6e228e5/django_oscar_worldpay-1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f3df508e91519f3732af22e6e6940db6", "sha256": "6c5558d15b8d7a3bb0222e9eb8279ab59874f9416cc973a5ea8317d909b8585a" }, "downloads": -1, "filename": "django-oscar-worldpay-1.0.tar.gz", "has_sig": false, "md5_digest": "f3df508e91519f3732af22e6e6940db6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8124251, "upload_time": "2015-09-28T09:20:59", "url": "https://files.pythonhosted.org/packages/2c/9b/f8c318b5f9feedbc1c9b45e0dcb1d41b2a6894f9aed7b225c9d9594316d9/django-oscar-worldpay-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "ca1d412b8ffc9bbb1eb3494e03a36aaa", "sha256": "dcdf72fdea0bc6d2a381cecd2e55dd633adb5c505988f8f5839e32a400c1b04f" }, "downloads": -1, "filename": "django_oscar_worldpay-1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ca1d412b8ffc9bbb1eb3494e03a36aaa", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15342, "upload_time": "2015-09-28T17:04:16", "url": "https://files.pythonhosted.org/packages/05/e7/d0f2aa7208ede226f56be5fe5b3de64df2b4755bfc58c17f42cd34fa0743/django_oscar_worldpay-1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5709fc2a7b4b18fc840523805184e380", "sha256": "fecaa823bef23f49a5e4d6d6ad46bcf4955d60a7266added6c958e07a007107a" }, "downloads": -1, "filename": "django-oscar-worldpay-1.1.tar.gz", "has_sig": false, "md5_digest": "5709fc2a7b4b18fc840523805184e380", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3107856, "upload_time": "2015-09-28T17:04:05", "url": "https://files.pythonhosted.org/packages/ca/7c/6e814aab0d85f8cb70f79d4c6560e39b9ef40f6b2998d575c571543a0a81/django-oscar-worldpay-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "4c3596140c366867b765c92fe92d6c9a", "sha256": "693a2f36c0d860d7d422616f145513fcd6e3d5a2149aebf7375afb0317d40e56" }, "downloads": -1, "filename": "django_oscar_worldpay-1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4c3596140c366867b765c92fe92d6c9a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16179, "upload_time": "2015-10-22T15:28:02", "url": "https://files.pythonhosted.org/packages/fb/63/9478cbb63c443733274330dc4d63a729c4f44735ece8d6fe85d35ecb71b5/django_oscar_worldpay-1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aca1e263b44acd7bab6ee4e3b5c5bf75", "sha256": "f09d1040e61fab567cc6fd56d1751ab6584fc0a0237ffc5d4a5265b0ea36d47e" }, "downloads": -1, "filename": "django-oscar-worldpay-1.2.tar.gz", "has_sig": false, "md5_digest": "aca1e263b44acd7bab6ee4e3b5c5bf75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3108780, "upload_time": "2015-10-22T15:27:55", "url": "https://files.pythonhosted.org/packages/ee/0d/99be7cda5ecad111ee3eb8c9467569631d7c11aaa392584f40f8a41e953a/django-oscar-worldpay-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "64efb89eac9cd82d97f46ebd70f1f298", "sha256": "ff05f5c1bfbd6da7254b6dbf2b6936dee5dcbf44fd0c70ab86d75c5921c2ea9f" }, "downloads": -1, "filename": "django_oscar_worldpay-1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "64efb89eac9cd82d97f46ebd70f1f298", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16457, "upload_time": "2016-03-09T09:48:51", "url": "https://files.pythonhosted.org/packages/55/0b/308583d545a75cef561717ba2f09d2b8026741f115644f44584ebd2bbdea/django_oscar_worldpay-1.3-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "64efb89eac9cd82d97f46ebd70f1f298", "sha256": "ff05f5c1bfbd6da7254b6dbf2b6936dee5dcbf44fd0c70ab86d75c5921c2ea9f" }, "downloads": -1, "filename": "django_oscar_worldpay-1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "64efb89eac9cd82d97f46ebd70f1f298", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16457, "upload_time": "2016-03-09T09:48:51", "url": "https://files.pythonhosted.org/packages/55/0b/308583d545a75cef561717ba2f09d2b8026741f115644f44584ebd2bbdea/django_oscar_worldpay-1.3-py2.py3-none-any.whl" } ] }