{ "info": { "author": "Raydel Miranda", "author_email": "raydel.miranda.gomez@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development" ], "description": "Django app for integrating WepPay payment flow into an oscar e-commerce framework based site.\n=============================================================================================\n\nRight now only the *NORMAL* payment method is available.\n\nThis django app provides the necessary views and functionality for\nintegrate a WSDL WebPay payment service into adjango-oscar based site.\n\n **This package has been only tested against the chilean WebPay\n service.**\n\n **Important notes about payment flow**\n\n *Operation InitTransaction:* Initializes a transaction in Webpay. In\n response to the invocation, a Token is generated, which uniquely\n represents a transaction. It is important to consider that once this\n method is invoked, the delivered Token has a reduced life span of\n **5 minutes**, after which the Token is expired and can not be used\n in a payment.\n\n *Operation getTransactionResult:* Corresponds to the operation after\n the init Transaction. Allows you to obtain the result of the\n transaction once Webpay has resolved your financial authorization\n\n *Operation acknowledgeTransaction:* If the invocation is not\n performed within 30 seconds (regardless of the result delivered by\n the getTransactionResult method), Webpay will reverse the\n transaction, assuming that the trade was unable to report its\n result, thus preventing cardholder payment.\n\n `Reference `__\n\nSettings\n--------\n\nIn order to use this you must provide some configurations, you can setup\nthe methods you want to use, the methods are: **NORMAL**,\n**NORMAL\\_MALL**, **CAPTURE** or **ONECLICK**.\n\n.. code:: python\n\n # Configuration example\n\n WEBPAY_RETURN_IP_ADDRESS = '127.0.0.1' # Ip address of the host hosting the e-commerce site.\n WEBPAY_RETURN_PORT = 8000 # Port where the server is listening for?\n\n WEBPAY_NORMAL = {\n\n\n 'ACTIVE_ENVIRON': 'INTEGRATION', # INTEGRATION, PRODUCTION or CERTIFICATION\n # This values determines which url is used\n # from the 'ENVIRONMENTS' setting.\n\n 'ENVIRONMENTS': { # Map the service urls to the active environment value.\n 'INTEGRATION': 'https://webpay3gint.transbank.cl/WSWebpayTransaction/cxf/WSWebpayService?wsdl',\n 'CERTIFICATION': 'https://webpay3gint.transbank.cl/WSWebpayTransaction/cxf/WSWebpayService?wsdl',\n 'PRODUCTION': 'https://webpay3g.transbank.cl/WSWebpayTransaction/cxf/WSWebpayService?wsdl',\n },\n\n # The following settings are self explanatory.\n 'PRIVATE_KEY': '~/webpay_dev_certs/integracion_normal/597020000541.key',\n 'PUBLIC_CERT': '~/webpay_dev_certs/integracion_normal/597020000541.crt',\n 'WEBPAY_CERT': '~/webpay_dev_certs/integracion_normal/tbk.pem',\n 'COMMERCE_CODE': '597020000541'\n }\n\nRedirecting to **WebpayPaymentDetailsView**\n-------------------------------------------\n\nAdd the following:\n\n.. code:: python\n\n if payment_method.lower() == 'webpay':\n return redirect('webpay-redirect')\n\nto the ``PaymentDetailsView.get`` method.\n\nIncluding urls\n--------------\n\nAdd to your urls configuration:\n\n.. code:: python\n\n url(r'^checkout/', include('oscar_webpay.urls')),\n url(r'^dashboard/webpay/', include(webpay_dashboard.urls))\n\nModifying dependencies\n----------------------\n\nIf you are experiencing some problems getting this to work properly, try\nto modify some dependencies according to this:\n\n`TransbankDevelopers `__", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/RaydelMiranda/django-oscar-webpay", "keywords": "development web django webpay ecommerce", "license": "LGPL", "maintainer": "", "maintainer_email": "", "name": "django-oscar-webpay", "package_url": "https://pypi.org/project/django-oscar-webpay/", "platform": "", "project_url": "https://pypi.org/project/django-oscar-webpay/", "project_urls": { "Homepage": "https://github.com/RaydelMiranda/django-oscar-webpay" }, "release_url": "https://pypi.org/project/django-oscar-webpay/0.4.3/", "requires_dist": null, "requires_python": "", "summary": "An application for intagrating WebPay with oscar based e-commerce sites", "version": "0.4.3" }, "last_serial": 3443939, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5ce828a4695de10049bba160acbc3577", "sha256": "7520b4421b765fc1f2e359294d0bca33aa840f0e200d3c360ff14f48a189d42d" }, "downloads": -1, "filename": "django-oscar-webpay-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5ce828a4695de10049bba160acbc3577", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10875, "upload_time": "2017-04-21T17:58:28", "url": "https://files.pythonhosted.org/packages/6b/e9/b3fca402ff3ef1069327796f61185776f63e2efad9168a60209ee8877ca2/django-oscar-webpay-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "f35c8aa9a10d1be9b0e1424bd4c7ee48", "sha256": "eb91e911b71678f81f382ab6baed107ef13897c7054720f4805a509f7c1ae45b" }, "downloads": -1, "filename": "django-oscar-webpay-0.1.10.tar.gz", "has_sig": false, "md5_digest": "f35c8aa9a10d1be9b0e1424bd4c7ee48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14552, "upload_time": "2017-04-28T21:44:25", "url": "https://files.pythonhosted.org/packages/37/b5/14e218fb80be40a20eb85c31a0bebe0fee569657d4cd0d468ab1c5bae53a/django-oscar-webpay-0.1.10.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "e370f630627c2c0ca526fc471d8add56", "sha256": "650fe601dde49a7d829de7d0c18793d23efb4472c16fba568ea90edc2622f9f3" }, "downloads": -1, "filename": "django-oscar-webpay-0.1.11.tar.gz", "has_sig": false, "md5_digest": "e370f630627c2c0ca526fc471d8add56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14354, "upload_time": "2017-04-29T00:09:49", "url": "https://files.pythonhosted.org/packages/01/10/0ffe3da7e95f2759de34c97c092a35267cd38dc659bd14903a41ca19d86f/django-oscar-webpay-0.1.11.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "05fcdff22d600bf2782eeafe42fca467", "sha256": "a5466d94134175e67d362492afff09e7fa93cb5fca2873e6931401621ae997cc" }, "downloads": -1, "filename": "django-oscar-webpay-0.1.3.tar.gz", "has_sig": false, "md5_digest": "05fcdff22d600bf2782eeafe42fca467", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11204, "upload_time": "2017-04-21T20:54:29", "url": "https://files.pythonhosted.org/packages/32/42/478732dd1563fed8b97edd7adce4cd8f04db63929c3459b42c77b3e20438/django-oscar-webpay-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "81b0346edd2be4214213bf7160d724da", "sha256": "16dbfcfc7b6670e345bbe8e65579a53017718192c3f515d6d14a1a596c0c740b" }, "downloads": -1, "filename": "django-oscar-webpay-0.1.4.tar.gz", "has_sig": false, "md5_digest": "81b0346edd2be4214213bf7160d724da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10994, "upload_time": "2017-04-24T14:53:17", "url": "https://files.pythonhosted.org/packages/89/32/5a930fd7930d107d998f2790100515689513811598d5b757a5e5ade3cb2b/django-oscar-webpay-0.1.4.tar.gz" } ], "0.1.5.post1": [ { "comment_text": "", "digests": { "md5": "66ad164a0bca40224c8509d7c50c2bb1", "sha256": "3fb6a386ac16580595173326f01ab760826c9ca236720072d5ded11fc44a00df" }, "downloads": -1, "filename": "django-oscar-webpay-0.1.5.post1.tar.gz", "has_sig": false, "md5_digest": "66ad164a0bca40224c8509d7c50c2bb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11296, "upload_time": "2017-04-24T15:09:33", "url": "https://files.pythonhosted.org/packages/d0/3e/b199787c0e14f393adf10f8af762e911aa489544713134a6aab0eacc465a/django-oscar-webpay-0.1.5.post1.tar.gz" } ], "0.1.5.post2": [ { "comment_text": "", "digests": { "md5": "0f0e783e8aa99edac9ae7d966482d566", "sha256": "65e840ca2a2d129d06d1d03e39a47d26d0de709794cdf0b7b70c55dd3361a14a" }, "downloads": -1, "filename": "django-oscar-webpay-0.1.5.post2.tar.gz", "has_sig": false, "md5_digest": "0f0e783e8aa99edac9ae7d966482d566", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11498, "upload_time": "2017-04-24T15:22:07", "url": "https://files.pythonhosted.org/packages/df/49/f2a927df80bcf3744cb16b5c82387193b5b8cda5c2c8b60cdc243d0de3d2/django-oscar-webpay-0.1.5.post2.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "478efe8863835315d36de627c5d10dfc", "sha256": "ca5165a1e5e4336853cf3794cfd60b0f44319a46982df24c72295f13fc795047" }, "downloads": -1, "filename": "django-oscar-webpay-0.1.6.tar.gz", "has_sig": false, "md5_digest": "478efe8863835315d36de627c5d10dfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13656, "upload_time": "2017-04-25T15:43:41", "url": "https://files.pythonhosted.org/packages/73/5c/a2cdb3b76f8f15f3670ff7596938a3d484edc08af3cef5bef91439c8763f/django-oscar-webpay-0.1.6.tar.gz" } ], "0.1.6.post1": [ { "comment_text": "", "digests": { "md5": "5ff1d1365de2bc9078d997bb8095e23a", "sha256": "f67b409c1380a6cbfbf3b8d1260aa6c79aee08b7431045b1a481ef765ac78298" }, "downloads": -1, "filename": "django-oscar-webpay-0.1.6.post1.tar.gz", "has_sig": false, "md5_digest": "5ff1d1365de2bc9078d997bb8095e23a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13539, "upload_time": "2017-04-25T18:47:53", "url": "https://files.pythonhosted.org/packages/f3/d7/1dcb63863e7532fd0ac141957dd390f4820c7bb433a8a806011c5d1519d2/django-oscar-webpay-0.1.6.post1.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "3567bc40f3cebf0e5dd8daaaa1ee3583", "sha256": "b9b1a7687093598e58de747dea49ca559ff85250b83c20f1c54271b775846e6c" }, "downloads": -1, "filename": "django-oscar-webpay-0.1.7.tar.gz", "has_sig": false, "md5_digest": "3567bc40f3cebf0e5dd8daaaa1ee3583", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13913, "upload_time": "2017-04-26T19:14:32", "url": "https://files.pythonhosted.org/packages/95/73/ae4d839bac1b9d6a926519eba0669b8a8eec2d270d09eb375d9c187d7898/django-oscar-webpay-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "f9684c87d482b1a8cd23ba6cfd49a0db", "sha256": "59bf59bcdb9472c357cd6ec1f99953522be15dd0cefdd7d2e8f7d00e51683c72" }, "downloads": -1, "filename": "django-oscar-webpay-0.1.8.tar.gz", "has_sig": false, "md5_digest": "f9684c87d482b1a8cd23ba6cfd49a0db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13857, "upload_time": "2017-04-28T00:37:00", "url": "https://files.pythonhosted.org/packages/a0/32/f3dba2db968cb9130991199a49613b9d7734c0a14a10b21caf219b535454/django-oscar-webpay-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "66c3cc751e181e925c45f76a7690920c", "sha256": "0aa8bb9946662ae9004240b2b18470832a5f7c63742e0ca33fc7beff686302aa" }, "downloads": -1, "filename": "django-oscar-webpay-0.1.9.tar.gz", "has_sig": false, "md5_digest": "66c3cc751e181e925c45f76a7690920c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14403, "upload_time": "2017-04-28T19:14:54", "url": "https://files.pythonhosted.org/packages/c4/a5/572a8d322510a9879074274f6772155518b19235bb26f03fd6b38e6b6f73/django-oscar-webpay-0.1.9.tar.gz" } ], "0.2.0": [], "0.2.1": [ { "comment_text": "", "digests": { "md5": "1d421924bd543b1bdf438c6a720f71a5", "sha256": "4385601a7ac37ee2e1ed3aab0021f968a7d000b35c6688c73fffe5fb37007715" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.1.tar.gz", "has_sig": false, "md5_digest": "1d421924bd543b1bdf438c6a720f71a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42107, "upload_time": "2017-05-04T00:47:37", "url": "https://files.pythonhosted.org/packages/97/ee/ce69705ed8e59e42223b957b3a8892e3d1204f84c4a23d8dd0ddd7f00c81/django-oscar-webpay-0.2.1.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "f01eebe39449877c223b5b8801d7aad4", "sha256": "582fd43f682eb15a9735e1890ab3d8a7a0d09beb1843c0efdfe1856a05091691" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.10.tar.gz", "has_sig": false, "md5_digest": "f01eebe39449877c223b5b8801d7aad4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63473, "upload_time": "2017-05-29T16:30:55", "url": "https://files.pythonhosted.org/packages/02/b7/e4bf925f7138a3b4e1ccf602f6a23bb13539222aec03a20539692a424ca0/django-oscar-webpay-0.2.10.tar.gz" } ], "0.2.11": [ { "comment_text": "", "digests": { "md5": "3448ba8ab2517128295b27b248ff95d6", "sha256": "26e20e6c9c2893851a383040f7f06f4b76476eeab35c553e4a6780918798f091" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.11.tar.gz", "has_sig": false, "md5_digest": "3448ba8ab2517128295b27b248ff95d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63529, "upload_time": "2017-06-05T17:02:01", "url": "https://files.pythonhosted.org/packages/f5/c3/169aa0cb84ded16c3b4997f51b3bb2a3bce03625aec8d33bac8a950a1e61/django-oscar-webpay-0.2.11.tar.gz" } ], "0.2.12": [ { "comment_text": "", "digests": { "md5": "3a631061503112e32704b8372e5440ed", "sha256": "336393ef421dad95c946559968f6ab3efa79ea23c2b984ef732701670a8dab17" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.12.tar.gz", "has_sig": false, "md5_digest": "3a631061503112e32704b8372e5440ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64121, "upload_time": "2017-06-19T22:25:47", "url": "https://files.pythonhosted.org/packages/33/d9/e86b6cbff3afe5e074b2d784d6e4a279c2899028c4b5a4fb15d98728a871/django-oscar-webpay-0.2.12.tar.gz" } ], "0.2.13": [ { "comment_text": "", "digests": { "md5": "cacf435de79843ec4369230b6034a147", "sha256": "74b71b8784d3656fd7ba7b586383c501da7271cb61e28892f20d2bd95619a1fa" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.13.tar.gz", "has_sig": false, "md5_digest": "cacf435de79843ec4369230b6034a147", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63518, "upload_time": "2017-06-22T14:20:49", "url": "https://files.pythonhosted.org/packages/91/2e/4172bf1e3db844fe97396e960322d129842e0ac10bf0b511c4a827d4ffe8/django-oscar-webpay-0.2.13.tar.gz" } ], "0.2.14": [ { "comment_text": "", "digests": { "md5": "0a38252d4a157660a035017dce39d893", "sha256": "6fbe0b291d330225b1e842deee4325055d593712e178bf11dde5590585d4338c" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.14.tar.gz", "has_sig": false, "md5_digest": "0a38252d4a157660a035017dce39d893", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62032, "upload_time": "2017-06-26T15:38:44", "url": "https://files.pythonhosted.org/packages/13/2d/bad3b0ad0a0b8ba81e6cdccf6db3206f6547981a7b7e4fb780079a23abc6/django-oscar-webpay-0.2.14.tar.gz" } ], "0.2.15": [ { "comment_text": "", "digests": { "md5": "c3f4e931d4c92704aa0215aa29452e62", "sha256": "79bd488438282b303829ab1dfe30808db3b9c1aedce6a3da96d0c73aaac0f5f9" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.15.tar.gz", "has_sig": false, "md5_digest": "c3f4e931d4c92704aa0215aa29452e62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62038, "upload_time": "2017-06-26T18:01:23", "url": "https://files.pythonhosted.org/packages/e4/1f/a2c1091909c5925f0f269dccd7e8a39cb6c8a19f20fe3590eb2931f3fa6b/django-oscar-webpay-0.2.15.tar.gz" } ], "0.2.17": [ { "comment_text": "", "digests": { "md5": "82276de08ee04f7ecd164a54de025846", "sha256": "ba51c412d227da34a40cd5eab1e6d49760d40095ff7c0f99e5ebfce398d76c64" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.17.tar.gz", "has_sig": false, "md5_digest": "82276de08ee04f7ecd164a54de025846", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64225, "upload_time": "2017-07-10T18:41:10", "url": "https://files.pythonhosted.org/packages/ac/61/74e88271a1eceb7d09865c19dc6fc0d8979c7ad9df698a798a0a9172fa32/django-oscar-webpay-0.2.17.tar.gz" } ], "0.2.18": [ { "comment_text": "", "digests": { "md5": "efe577bf2061ee8d87c5830c592bb0b1", "sha256": "6bf4c49e37aee05e28eecd4f1f6c8b665705eec1a556aaa3c2650840a75146d1" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.18.tar.gz", "has_sig": false, "md5_digest": "efe577bf2061ee8d87c5830c592bb0b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64224, "upload_time": "2017-07-10T19:00:09", "url": "https://files.pythonhosted.org/packages/1d/04/7984a8ef6252dd52756e4d0959b9ab05f2123e371992e66677c42644c26d/django-oscar-webpay-0.2.18.tar.gz" } ], "0.2.19": [ { "comment_text": "", "digests": { "md5": "13ced7905df81ddfe1a2b502e1956ac0", "sha256": "18240a16cc9a7e07e9426b0a6e317b1486589f04a42d09b752d6d1b6c950c988" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.19.tar.gz", "has_sig": false, "md5_digest": "13ced7905df81ddfe1a2b502e1956ac0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64822, "upload_time": "2017-07-10T20:19:46", "url": "https://files.pythonhosted.org/packages/61/98/dd80b2cb44c0c967e29399a5f7cbec3f090ba3d836fde83e3ea3e5c83c5c/django-oscar-webpay-0.2.19.tar.gz" } ], "0.2.2": [], "0.2.2.post1": [ { "comment_text": "", "digests": { "md5": "2652dc002054c66af7a63975fe1440d0", "sha256": "2dd5928005aa9887536d1453e0f05bcd692604fe3b05afd1717247c5e2717951" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.2.post1.tar.gz", "has_sig": false, "md5_digest": "2652dc002054c66af7a63975fe1440d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45410, "upload_time": "2017-05-04T01:03:26", "url": "https://files.pythonhosted.org/packages/68/6b/fc39b9b2b497126bd2480ec5d97ee88cb588354bde46c881ce27348aa2e9/django-oscar-webpay-0.2.2.post1.tar.gz" } ], "0.2.2.post2": [ { "comment_text": "", "digests": { "md5": "9b8c3a46e17d30c22c2b7fcf852d3ee3", "sha256": "e088e0270cb2285d5ba46e59bc5107ecced324caddac5f3854a4087d2a7acfe0" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.2.post2.tar.gz", "has_sig": false, "md5_digest": "9b8c3a46e17d30c22c2b7fcf852d3ee3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45415, "upload_time": "2017-05-04T01:14:40", "url": "https://files.pythonhosted.org/packages/9e/b3/a47784b183d56c9a11080f42fccc93edca2e1f23aea8781778c19090cd14/django-oscar-webpay-0.2.2.post2.tar.gz" } ], "0.2.2.post3": [ { "comment_text": "", "digests": { "md5": "59193edd532be13124c70ac2a78b01c4", "sha256": "cff4d5f98fd6ead40b57969954ee998f205251a91f62e00dfdb5a005f8f1677c" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.2.post3.tar.gz", "has_sig": false, "md5_digest": "59193edd532be13124c70ac2a78b01c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45435, "upload_time": "2017-05-04T01:36:16", "url": "https://files.pythonhosted.org/packages/1b/11/9079f17402bd9f5282d81652d5d60bb5fb431d1f679a112353120865c761/django-oscar-webpay-0.2.2.post3.tar.gz" } ], "0.2.21": [ { "comment_text": "", "digests": { "md5": "8fa24d6510b4c0de243d0590452a0265", "sha256": "04b31fe49bb65a873ec74f6f8400da455e3560fb196a2992f13e5386f0e28038" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.21.tar.gz", "has_sig": false, "md5_digest": "8fa24d6510b4c0de243d0590452a0265", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18236, "upload_time": "2017-07-18T20:02:45", "url": "https://files.pythonhosted.org/packages/3e/bb/d24d02c54ac2ef1dc4f8f68f18ab1d097365da05e7a048d63562397832b1/django-oscar-webpay-0.2.21.tar.gz" } ], "0.2.22": [ { "comment_text": "", "digests": { "md5": "24a808746d1576c6e5884761efd18d79", "sha256": "fec2d2d2142506d2ca7dddb08e6d6f1ff48c78a9a61f15c7a4961ece3b107a9d" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.22.tar.gz", "has_sig": false, "md5_digest": "24a808746d1576c6e5884761efd18d79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18269, "upload_time": "2017-07-18T21:50:37", "url": "https://files.pythonhosted.org/packages/6a/03/18f70c4e174648f79d72c8e0133799b3fce7c8f5170c39d4c2bd712e8796/django-oscar-webpay-0.2.22.tar.gz" } ], "0.2.23": [ { "comment_text": "", "digests": { "md5": "0b9386e1a5c5b05a5a46172cecc5e56a", "sha256": "9ded90db7ad5a82254988181d4f6336d5318ea276788fa0fbb20a9147b9b1141" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.23.tar.gz", "has_sig": false, "md5_digest": "0b9386e1a5c5b05a5a46172cecc5e56a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18345, "upload_time": "2017-07-20T18:22:19", "url": "https://files.pythonhosted.org/packages/42/c3/e553eb1220f907a8c726a69e59626e1d84e2ba4151330b0c0a3d8a096c7e/django-oscar-webpay-0.2.23.tar.gz" } ], "0.2.24": [ { "comment_text": "", "digests": { "md5": "9a86e27c413383c5ad4bd69b2a53dcb1", "sha256": "521f2f7e56d769840ea9e7e7898581dc399ae7362d9a1371a5599ae4dcc1dc6c" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.24.tar.gz", "has_sig": false, "md5_digest": "9a86e27c413383c5ad4bd69b2a53dcb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19212, "upload_time": "2017-07-20T18:39:09", "url": "https://files.pythonhosted.org/packages/9f/dc/f2fc54f1a5e9aed78cce0990ffb90b3838f208dd10f23d1ccc014fdc814c/django-oscar-webpay-0.2.24.tar.gz" } ], "0.2.25": [ { "comment_text": "", "digests": { "md5": "c8927de4dde8e5adb758175ca4d3438f", "sha256": "a4fc338ad5c62c0c797e781e4188dcd6f8d277babd2196977a32aebcb8e05e03" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.25.tar.gz", "has_sig": false, "md5_digest": "c8927de4dde8e5adb758175ca4d3438f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23251, "upload_time": "2017-07-20T19:24:43", "url": "https://files.pythonhosted.org/packages/80/a2/0615f71e1c5f241c2758f97dc1ec6e14178fc0c9d241070532134f82a5c2/django-oscar-webpay-0.2.25.tar.gz" } ], "0.2.26": [ { "comment_text": "", "digests": { "md5": "5171a99191c1944093ddfec547a0b4a5", "sha256": "2753107f8b9726f4e0d183c5a07dddac089fec13c8fa360548fac601b55ea5ad" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.26.tar.gz", "has_sig": false, "md5_digest": "5171a99191c1944093ddfec547a0b4a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23255, "upload_time": "2017-07-20T20:53:13", "url": "https://files.pythonhosted.org/packages/56/27/89248ab893d9f00c57d5dd4d78c0f0a6ad969064894769eaf40195b71af2/django-oscar-webpay-0.2.26.tar.gz" } ], "0.2.27": [ { "comment_text": "", "digests": { "md5": "ca006b0001e2476fe9801e43b58102a6", "sha256": "d7cca912b814a8732e1d42cb6aadfd00a4bfa3ec2290a6f461894d5099fe3069" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.27.tar.gz", "has_sig": false, "md5_digest": "ca006b0001e2476fe9801e43b58102a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23255, "upload_time": "2017-07-25T22:31:22", "url": "https://files.pythonhosted.org/packages/e7/bd/4e9eae8f212b75d71aec824570591bb85ef925752ccb9e09bebf9b56eccc/django-oscar-webpay-0.2.27.tar.gz" } ], "0.2.28": [ { "comment_text": "", "digests": { "md5": "bad9126b628e0b75a99198b41dc63c87", "sha256": "57879a26fac6e02f812d6290714682a5dfedc655fc7475a8adbf1e47d6e0eb33" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.28.tar.gz", "has_sig": false, "md5_digest": "bad9126b628e0b75a99198b41dc63c87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23249, "upload_time": "2017-07-31T19:53:49", "url": "https://files.pythonhosted.org/packages/10/ce/10e36158154c41015d510923c20c4c80b672b11a833f872f89b83e2d0613/django-oscar-webpay-0.2.28.tar.gz" } ], "0.2.29": [ { "comment_text": "", "digests": { "md5": "5f78edcc6c996f4cf4f66035ca30cda5", "sha256": "cb30029be0424a18342eb2b1b561c0ff7974a45dba1cdeb056f844d3ad267e30" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.29.tar.gz", "has_sig": false, "md5_digest": "5f78edcc6c996f4cf4f66035ca30cda5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23583, "upload_time": "2017-07-31T21:18:48", "url": "https://files.pythonhosted.org/packages/13/bd/9505f346839b6a04f8567c1f7a5358fec507274c43254fcbeb2e061e28a3/django-oscar-webpay-0.2.29.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "7edcc5370e8dcd4a55f28b077e7f3e6b", "sha256": "c3d7929479a7e3e3d056b9635231a7ef133292c1eb4e05009f2b48f53d7ecd62" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.3.tar.gz", "has_sig": false, "md5_digest": "7edcc5370e8dcd4a55f28b077e7f3e6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51887, "upload_time": "2017-05-04T02:33:12", "url": "https://files.pythonhosted.org/packages/fd/4c/68aa370139b064432767815d760db4e6d866428fef4d7a919c024d5f6e15/django-oscar-webpay-0.2.3.tar.gz" } ], "0.2.30": [ { "comment_text": "", "digests": { "md5": "a7231509bdfadd958648b4c3fcb81752", "sha256": "355fdaaabe2238f5292e886dc86ce2ca26c3d7ff1e04d41f7c8e5f8df1f6fd94" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.30.tar.gz", "has_sig": false, "md5_digest": "a7231509bdfadd958648b4c3fcb81752", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23514, "upload_time": "2017-07-31T21:41:29", "url": "https://files.pythonhosted.org/packages/ef/69/bf0da2c3654b6f3469011286db8bd16e0a1346520f7a9791aa6acc0b0364/django-oscar-webpay-0.2.30.tar.gz" } ], "0.2.31": [ { "comment_text": "", "digests": { "md5": "c4c4b8b550133e3b127f949f9c793af5", "sha256": "39856ed6c1a28cb7d35965f90383c744c98ad3739781a22c96cd982957f5145b" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.31.tar.gz", "has_sig": false, "md5_digest": "c4c4b8b550133e3b127f949f9c793af5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23519, "upload_time": "2017-07-31T21:45:34", "url": "https://files.pythonhosted.org/packages/b8/8d/ea24ac6a9fffdfe71cccc559cc0733bee66a9396c0349f8ed7c60c45ff4c/django-oscar-webpay-0.2.31.tar.gz" } ], "0.2.32": [ { "comment_text": "", "digests": { "md5": "69d5dbcbf87b75d53f40038cfe72c4f2", "sha256": "85bdc578a080a1e2ddb2e86696bbde2a689736983bd4cc27366958019b35aef1" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.32.tar.gz", "has_sig": false, "md5_digest": "69d5dbcbf87b75d53f40038cfe72c4f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23597, "upload_time": "2017-07-31T22:02:47", "url": "https://files.pythonhosted.org/packages/9b/c5/cb67634606e7dcaed734c86d105ff9a20ef58b65c69b0b7a30af0ce0d32e/django-oscar-webpay-0.2.32.tar.gz" } ], "0.2.33": [ { "comment_text": "", "digests": { "md5": "02fefb2c7a197797a30b5566fb7ac5ee", "sha256": "868652f4702e768741b7ab92e67b784d9c1308c0686638f82cb084547bcb7a42" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.33.tar.gz", "has_sig": false, "md5_digest": "02fefb2c7a197797a30b5566fb7ac5ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23691, "upload_time": "2017-07-31T22:22:26", "url": "https://files.pythonhosted.org/packages/3e/d3/04e3ac44e11bdbdbbeb05ae30bc2c5c8e913d4f5f1f2b9ee7e83c069d964/django-oscar-webpay-0.2.33.tar.gz" } ], "0.2.34": [ { "comment_text": "", "digests": { "md5": "25b6eb6fb759d6c08fa8ef6f20bd515c", "sha256": "389db1f6fedfb703f48dd85448bc3a0dbe05842888bf047fb67ea76bf1b6e264" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.34.tar.gz", "has_sig": false, "md5_digest": "25b6eb6fb759d6c08fa8ef6f20bd515c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23700, "upload_time": "2017-07-31T22:30:40", "url": "https://files.pythonhosted.org/packages/9c/7b/7abcb735cd14ac9490b9e3ae943996fd28ba3e2dbbd1363922e0a7bca4b4/django-oscar-webpay-0.2.34.tar.gz" } ], "0.2.35": [ { "comment_text": "", "digests": { "md5": "510b189f5e4d2ac3a92a59b6468b0a2a", "sha256": "16d028d2408d65811921863ada83b0c84d7caa1a732238ccd29ba60d1b4d0f5b" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.35.tar.gz", "has_sig": false, "md5_digest": "510b189f5e4d2ac3a92a59b6468b0a2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23697, "upload_time": "2017-07-31T22:49:37", "url": "https://files.pythonhosted.org/packages/25/88/974f1af0072d526e8e3bd58bd8d448d90e1610f4e00a0c5ea1b2fc1f7d7a/django-oscar-webpay-0.2.35.tar.gz" } ], "0.2.36": [ { "comment_text": "", "digests": { "md5": "841dde83be1ad8c726d98cdc455499ea", "sha256": "7feb409a204e6fdf6c8340094822af8c85a35e14dbf678f5cba686155699cfcf" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.36.tar.gz", "has_sig": false, "md5_digest": "841dde83be1ad8c726d98cdc455499ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23642, "upload_time": "2017-08-08T17:48:07", "url": "https://files.pythonhosted.org/packages/07/9b/3ca404987d0b557b2c6beca96e34a3e46c8e17d573ee449749ae8daa16ee/django-oscar-webpay-0.2.36.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "3689b182886193c952fd151980f62ff1", "sha256": "dcb16f018205f3f770ac3079953b39e68e072697a68a24b15e6a492604c876d4" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.4.tar.gz", "has_sig": false, "md5_digest": "3689b182886193c952fd151980f62ff1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52709, "upload_time": "2017-05-04T23:00:04", "url": "https://files.pythonhosted.org/packages/88/f5/9c4870ac9437299790ce7f63f2e3218b5017f34b6fcee821201469f0a6cc/django-oscar-webpay-0.2.4.tar.gz" } ], "0.2.4.post1": [ { "comment_text": "", "digests": { "md5": "1a1363198f7916195d96c2456b6f164b", "sha256": "8fe9c0b1bb1010bb6203e2c662d523419603894aed76b03ffb35a4f48e0cd7be" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.4.post1.tar.gz", "has_sig": false, "md5_digest": "1a1363198f7916195d96c2456b6f164b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53237, "upload_time": "2017-05-04T23:03:33", "url": "https://files.pythonhosted.org/packages/63/20/eac111ad433f60a0810ed6517b39089097dc55137645106fed833a1f3780/django-oscar-webpay-0.2.4.post1.tar.gz" } ], "0.2.4.post3": [ { "comment_text": "", "digests": { "md5": "9b81b04fa9b503ec0d5d323ad6b6f2e5", "sha256": "f97d36d7baea40a50bdac292071a34b12e971cbfec6ecd460e0dccd886c595af" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.4.post3.tar.gz", "has_sig": false, "md5_digest": "9b81b04fa9b503ec0d5d323ad6b6f2e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54168, "upload_time": "2017-05-05T22:28:17", "url": "https://files.pythonhosted.org/packages/84/5f/2c4bc53d75040c93b8b8a0d5c9910e3fed7391980b93c0286c49a801ab8e/django-oscar-webpay-0.2.4.post3.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "561bffcb17e7b142d13e5b1743059743", "sha256": "e3d6d25825edafd3391bea954a11a6ea37e3574dd0f815531e9f6fe61e0e662e" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.5.tar.gz", "has_sig": false, "md5_digest": "561bffcb17e7b142d13e5b1743059743", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54227, "upload_time": "2017-05-10T17:14:26", "url": "https://files.pythonhosted.org/packages/86/26/62c377baa8ba7e6b677c1dcea45ffa887e23c806cc9f2139f17dea849309/django-oscar-webpay-0.2.5.tar.gz" } ], "0.2.5.post2": [ { "comment_text": "", "digests": { "md5": "d8959ffb280cb9070af92bac8c38c665", "sha256": "51e904d85510a585d29a23e45caa60297f1477a5a2ca5fe34a6d47322293e4a7" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.5.post2.tar.gz", "has_sig": false, "md5_digest": "d8959ffb280cb9070af92bac8c38c665", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62321, "upload_time": "2017-05-12T22:11:17", "url": "https://files.pythonhosted.org/packages/6a/ce/74994a2330aea6528eb72cc2038fa19df1d9638b28614e4bb7ca7de89c04/django-oscar-webpay-0.2.5.post2.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "b61d2c38362ce6d5496f23c036bd4e40", "sha256": "cc16e1092755f45c996139a71a84eb467372375c415d44946f4913e4d0c6ac80" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.6.tar.gz", "has_sig": false, "md5_digest": "b61d2c38362ce6d5496f23c036bd4e40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62379, "upload_time": "2017-05-17T17:57:26", "url": "https://files.pythonhosted.org/packages/b0/89/0cbc19da58f2df8b11f067c5cfe5d5804f46d93119b9a9e70487618f3019/django-oscar-webpay-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "66605dcd477af4d6d09fd538bc322caa", "sha256": "1bbc7d6fc1a7d9697ab2671d5ff7ee8caa2e5f9bdfaf6415ebe2958f3e9b02c7" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.7.tar.gz", "has_sig": false, "md5_digest": "66605dcd477af4d6d09fd538bc322caa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62526, "upload_time": "2017-05-25T19:30:17", "url": "https://files.pythonhosted.org/packages/c0/45/8bf7b82919bdbb3e275d63ad9d12c6535938b6c163677d660edb9f5701ea/django-oscar-webpay-0.2.7.tar.gz" } ], "0.2.7.post1": [ { "comment_text": "", "digests": { "md5": "994a612b7543f52cfd827572c7dba44a", "sha256": "cde5a2f3417da992653dca71fb3b145b6d3ff8fd67f3a013b822edb37f4dec4c" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.7.post1.tar.gz", "has_sig": false, "md5_digest": "994a612b7543f52cfd827572c7dba44a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62757, "upload_time": "2017-05-26T23:06:00", "url": "https://files.pythonhosted.org/packages/6d/19/0a831d26b525a1732bf4f3412e98b9b50137eae33b72f83c059ee2a84903/django-oscar-webpay-0.2.7.post1.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "8367cf5a2581a6e9f2093474295858a5", "sha256": "7f7e961777eb56e891db08a1223883ad5656f7ff92cfa55022a1c03e3adb5489" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.8.tar.gz", "has_sig": false, "md5_digest": "8367cf5a2581a6e9f2093474295858a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62681, "upload_time": "2017-05-26T23:11:09", "url": "https://files.pythonhosted.org/packages/73/ae/aa7aeda17913358e8226bbc29fa08d9f8ba203f598e9164e56f429366cb2/django-oscar-webpay-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "5be338960d991f41811ccbc66523fe30", "sha256": "c3ebb709a43181fd1f2629b581cee4d12b385353f20aeb168e2a9d3ef99e8eeb" }, "downloads": -1, "filename": "django-oscar-webpay-0.2.9.tar.gz", "has_sig": false, "md5_digest": "5be338960d991f41811ccbc66523fe30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62858, "upload_time": "2017-05-29T16:11:22", "url": "https://files.pythonhosted.org/packages/b7/1c/b118821737b71aeb800c962ea55d4afa7cdf67c2bc8278dcc37fdcbd9ccb/django-oscar-webpay-0.2.9.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "459168969cfe6ec8ab70f4e1225ee591", "sha256": "fd5841f527d6d5b63af69824ed170335cf0445f51bc2291d06e3ad9a4416af84" }, "downloads": -1, "filename": "django-oscar-webpay-0.3.tar.gz", "has_sig": false, "md5_digest": "459168969cfe6ec8ab70f4e1225ee591", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23612, "upload_time": "2017-08-08T17:51:34", "url": "https://files.pythonhosted.org/packages/4b/94/fd3459af2f1ac6459de2077e0c94a02c9a2de2623ee3701f5cef7435af4f/django-oscar-webpay-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "423fa534086c6b589eb37918f262ca50", "sha256": "0df011da17388add131e2248471ad282decb4b040a36c58935c2ecf3bbbab5fa" }, "downloads": -1, "filename": "django-oscar-webpay-0.3.1.tar.gz", "has_sig": false, "md5_digest": "423fa534086c6b589eb37918f262ca50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23696, "upload_time": "2017-08-10T20:21:11", "url": "https://files.pythonhosted.org/packages/48/a6/da11a0b5a0ed633d01eb216064e9eacc4a6bb20fdbb4a399d0d2a0c7c2c8/django-oscar-webpay-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "5ff34242e2e98d6f99a04d93ccac56ad", "sha256": "44a1b148a41d16ed7e2ba06bdc067a81dc3c93b8f4b322f017ca478a0f53cadf" }, "downloads": -1, "filename": "django-oscar-webpay-0.3.2.tar.gz", "has_sig": false, "md5_digest": "5ff34242e2e98d6f99a04d93ccac56ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23721, "upload_time": "2017-08-11T20:15:30", "url": "https://files.pythonhosted.org/packages/a1/18/00d56c544b124a26a8d6d3043ec21640a74a8949a3b67c7ff0771b032438/django-oscar-webpay-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "8c1d84c6bad95a8b4436d2c541d76ad9", "sha256": "96be3c1a295a5cc629755fe520e0387c25f0fbab2763c11a55682940cca3fef8" }, "downloads": -1, "filename": "django-oscar-webpay-0.3.3.tar.gz", "has_sig": false, "md5_digest": "8c1d84c6bad95a8b4436d2c541d76ad9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23927, "upload_time": "2017-08-11T20:24:29", "url": "https://files.pythonhosted.org/packages/98/8e/7e4d02b2407206b288bdab854d210c8fca280faebfe7a65153f9ca144300/django-oscar-webpay-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "1ecc8713d0733831eb81866416bf4106", "sha256": "a4279af456bfb42ededaeeac9ce92d575a1a2e41891aed6d046ff872cf2d9663" }, "downloads": -1, "filename": "django-oscar-webpay-0.3.4.tar.gz", "has_sig": false, "md5_digest": "1ecc8713d0733831eb81866416bf4106", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23923, "upload_time": "2017-08-11T20:33:42", "url": "https://files.pythonhosted.org/packages/2a/91/1a4882e41a0f90f335bf5e037256525e1da2b7075419bcea4dc092cf4729/django-oscar-webpay-0.3.4.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "5ceeb65c2e717ca1989847f1ff28d7d8", "sha256": "54eadacf3b614b4d348458e23db9327dfdd00267814df7f6d8914c502fcb5be7" }, "downloads": -1, "filename": "django-oscar-webpay-0.3.6.tar.gz", "has_sig": false, "md5_digest": "5ceeb65c2e717ca1989847f1ff28d7d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24012, "upload_time": "2017-08-16T21:25:13", "url": "https://files.pythonhosted.org/packages/2f/59/a6e4157a091bc0fe0ac2e003903a83a34253f7d6d8433f3d4ca7c8adb979/django-oscar-webpay-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "a195f9d367aa629669c3938662acca75", "sha256": "305cab5f81da8e27722b5bb969f1ece426b1d639b34cfd0f426038935cdecde5" }, "downloads": -1, "filename": "django-oscar-webpay-0.3.7.tar.gz", "has_sig": false, "md5_digest": "a195f9d367aa629669c3938662acca75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24419, "upload_time": "2017-09-19T21:58:42", "url": "https://files.pythonhosted.org/packages/dd/d8/e4d1c2c6b826d4a6e80ebe72bcef6a5a050dd5491f95fa7447ad8b386352/django-oscar-webpay-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "728f53429df0e64974caa5b99cf9a6b2", "sha256": "c51dab68ef7f04f27bf4ace80079de2026dd2203c6c05c3e16c0d9b9b94f86e0" }, "downloads": -1, "filename": "django-oscar-webpay-0.3.8.tar.gz", "has_sig": false, "md5_digest": "728f53429df0e64974caa5b99cf9a6b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24447, "upload_time": "2017-09-20T15:39:34", "url": "https://files.pythonhosted.org/packages/2d/50/2f6fb0509d24b2780a2de006cc096388b23e4bb1aa9e885bbf72f96da764/django-oscar-webpay-0.3.8.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "4099fcff0cc0a197820715400edb2ddc", "sha256": "bad8ddb8fa01e61515a1a77d5e193adff19048b344b6210cf7452c0feba7aede" }, "downloads": -1, "filename": "django-oscar-webpay-0.4.tar.gz", "has_sig": false, "md5_digest": "4099fcff0cc0a197820715400edb2ddc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24458, "upload_time": "2017-09-27T17:14:06", "url": "https://files.pythonhosted.org/packages/87/6a/cbdbfd373bfbfe7c5ef434488c5a1c4fe3b783eddf05ac3c5e11b66107e7/django-oscar-webpay-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "2ae166dd0a07b2463c7d225e13606b75", "sha256": "a7f80b075f40160dd7314d6390e48ebf604ff2c70182ce1154614f9fc74ed5bb" }, "downloads": -1, "filename": "django-oscar-webpay-0.4.1.tar.gz", "has_sig": false, "md5_digest": "2ae166dd0a07b2463c7d225e13606b75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24597, "upload_time": "2017-10-03T20:50:29", "url": "https://files.pythonhosted.org/packages/7a/1a/ab59c2bd4398d6814bcbe01715fd3537a570e6f449d570156fac92997b83/django-oscar-webpay-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "0df89118f5d06270c990c03c8558b944", "sha256": "5d751722927c8001eea748129b6e7ce3903e696f8c870d90d39d322c4415c518" }, "downloads": -1, "filename": "django-oscar-webpay-0.4.2.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "0df89118f5d06270c990c03c8558b944", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49520, "upload_time": "2017-12-26T19:38:09", "url": "https://files.pythonhosted.org/packages/38/9e/254387f9975c7858d877f50cfdd14f3ae817f21cfad4f41ef0df0907302c/django-oscar-webpay-0.4.2.linux-x86_64.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "91ce5a1756c04ac21c781f81cedb243a", "sha256": "80339d770ed4c9d53c4de15bcae1a951d6f4359839ad061b11d4f1388fb6d664" }, "downloads": -1, "filename": "django-oscar-webpay-0.4.3.tar.gz", "has_sig": false, "md5_digest": "91ce5a1756c04ac21c781f81cedb243a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68682, "upload_time": "2017-12-26T20:25:03", "url": "https://files.pythonhosted.org/packages/6d/d7/a8b07f816a74d2cb4c26fbf4557513c066efc492b76ab72092e2510dede3/django-oscar-webpay-0.4.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "91ce5a1756c04ac21c781f81cedb243a", "sha256": "80339d770ed4c9d53c4de15bcae1a951d6f4359839ad061b11d4f1388fb6d664" }, "downloads": -1, "filename": "django-oscar-webpay-0.4.3.tar.gz", "has_sig": false, "md5_digest": "91ce5a1756c04ac21c781f81cedb243a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68682, "upload_time": "2017-12-26T20:25:03", "url": "https://files.pythonhosted.org/packages/6d/d7/a8b07f816a74d2cb4c26fbf4557513c066efc492b76ab72092e2510dede3/django-oscar-webpay-0.4.3.tar.gz" } ] }