{ "info": { "author": "Dino Perovic", "author_email": "dino.perovic@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "# djangoshop-wspay\n\n[![PyPI version](https://img.shields.io/pypi/v/djangoshop-wspay.svg)](https://pypi.python.org/pypi/djangoshop-wspay)\n\n**[WSPay](https://www.wspay.info/) Payment Integration for [djangoSHOP](http://www.django-shop.org).**\n\n---\n\n## Requirements\n\n* [django-shop]\n\n## Installation\n\nInstall using *pip*:\n\n```bash\npip install djangoshop-wspay\n```\n\nAdd the following to your settings:\n\n```python\nINSTALLED_APPS += ['shop_wspay']\nSHOP_CART_MODIFIERS += ['shop_wspay.modifiers.WSPayPaymentModifier']\nSHOP_ORDER_WORKFLOWS += ['shop_wspay.payment.WSPayWorkflowMixin']\nSHOP_DEFAULT_CURRENCY = 'HRK' # WSPay requires you to send amount in Croatian kuna.\nSHOP_WSPAY_SHOP_ID = '' # WSPay shop ID.\nSHOP_WSPAY_SECRET_KEY = '' # WSPay secret key.\n```\n\nAdditional settings with defaults:\n\n```python\nSHOP_WSPAY_FORM_URL = 'https://form.wspay.biz/Authorization.aspx' # Set to 'https://formtest.wspay.biz/Authorization.aspx' for testing.\nSHOP_WSPAY_PAYMENT_VIEW = False # Set if a separate payment view should be rendered before sending to wspay.\nSHOP_WSPAY_CART_URL = SHOP_CART_URL = 'shop:cart-list' # Url of a cart, used to redirect in some cases.\nSHOP_WSPAY_THANK_YOU_URL = SHOP_THANK_YOU_URL = None # Thank you url, if None latest order is used.\nSHOP_WSPAY_COMMISION_PERCENTAGE = None # Set to add commision percentage for purchase via WSPay.\nSHOP_WSPAY_MODIFIER_CHOICE_TEXT = 'WSPay' # Text displayed as a choice for selecting wspay payment.\nSHOP_WSPAY_ERROR_MESSAGE = None # Message added to django messages framework if there's a transaction error.\nSHOP_WSPAY_CANCEL_MESSAGE = None # Message added to django messages framework if transaction is canceled.\nSHOP_WSPAY_SUCCESS_MESSAGE = None # Message added to django messages framework transaction is successful.\n```\n\n\n[django-shop]: https://github.com/awesto/django-shop", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dinoperovic/djangoshop-wspay", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "djangoshop-wspay", "package_url": "https://pypi.org/project/djangoshop-wspay/", "platform": "OS Independent", "project_url": "https://pypi.org/project/djangoshop-wspay/", "project_urls": { "Homepage": "https://github.com/dinoperovic/djangoshop-wspay" }, "release_url": "https://pypi.org/project/djangoshop-wspay/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "WSPay Payment integration for djangoSHOP.", "version": "0.1.2" }, "last_serial": 4308115, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "22677b0b2ed560fe56d5dc9bb749dfda", "sha256": "3e73a8b6b5c5f306a91abc1ea0b30c94bc7c03a3a1baae4641779797665796b8" }, "downloads": -1, "filename": "djangoshop_wspay-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "22677b0b2ed560fe56d5dc9bb749dfda", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11933, "upload_time": "2017-07-20T10:46:12", "url": "https://files.pythonhosted.org/packages/e6/02/e931c222717a15db8778a2c20f0703336ddc5c4d8058fe5e54345dc4af86/djangoshop_wspay-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8d924518462e372386b2f9306f2e0947", "sha256": "605d9f9964d7b05ba05a5f52f3e0e91a136c119bf7ce2378af260e2caa454605" }, "downloads": -1, "filename": "djangoshop-wspay-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8d924518462e372386b2f9306f2e0947", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7684, "upload_time": "2017-07-20T10:46:14", "url": "https://files.pythonhosted.org/packages/f7/bd/8d99058028cfeed3e4dcc4f8a8d106853c24d86b87e0fde73f4fd21fd336/djangoshop-wspay-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "90804100d259c9a6d367d0bf8b32d12e", "sha256": "da966961ca2041a33f0d9246d04b2db32b5c710265148961a8da42d1b67ce11f" }, "downloads": -1, "filename": "djangoshop-wspay-0.1.1.tar.gz", "has_sig": false, "md5_digest": "90804100d259c9a6d367d0bf8b32d12e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7743, "upload_time": "2017-09-13T07:40:04", "url": "https://files.pythonhosted.org/packages/5e/7b/946ac07e2a7620b196f0e51bd7e2c5e5a95d298c73d68b58d49474f1ceff/djangoshop-wspay-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "22dff84d72b9b08187d48d5475becb0d", "sha256": "16cbe096cea060bab2db9966637649a16f90ae498ad84b9f62c8ce899076e5f1" }, "downloads": -1, "filename": "djangoshop-wspay-0.1.2.tar.gz", "has_sig": false, "md5_digest": "22dff84d72b9b08187d48d5475becb0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8379, "upload_time": "2018-09-25T11:00:20", "url": "https://files.pythonhosted.org/packages/c9/5d/a69dd1b3dcb52ec3fdf6809b2aa8673d0f545289de2ec2d03cf774f34d22/djangoshop-wspay-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "22dff84d72b9b08187d48d5475becb0d", "sha256": "16cbe096cea060bab2db9966637649a16f90ae498ad84b9f62c8ce899076e5f1" }, "downloads": -1, "filename": "djangoshop-wspay-0.1.2.tar.gz", "has_sig": false, "md5_digest": "22dff84d72b9b08187d48d5475becb0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8379, "upload_time": "2018-09-25T11:00:20", "url": "https://files.pythonhosted.org/packages/c9/5d/a69dd1b3dcb52ec3fdf6809b2aa8673d0f545289de2ec2d03cf774f34d22/djangoshop-wspay-0.1.2.tar.gz" } ] }