garantipay-payment


Namegarantipay-payment JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://bitbucket.org/akinonteam/garantipay-payment
SummaryA library to provide payment gateway for GarantiPay 2.0
upload_time2024-04-29 07:54:08
maintainerNone
docs_urlNone
authorAkinon
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Garantipay 2.0 Redirect View

This app provides order related data to the Garantipay 2.0 payment extension when plugged-in to project zero.

## Installation

Add the package to requirements.txt file and install it via pip:

    garantipay-payment

## Adding App

Add the following lines in `omnife_base.settings`:

    INSTALLED_APPS.append('garantipay_payment')
    PZ_SERVICE_CLASS = "omnife.core.service.Service"
    HASH_SECRET_KEY = "your-hash-secret-key"
    PRODUCT_KIND_ATTRIBUTE_NAME = "product_kind"

Add url pattern to `omnife_base.urls` like below:

    urlpatterns = [
        ...
        path('payment-gateway/garantipay/', include('garantipay_payment.urls')),
    ]

## Running Tests

    python -m unittest discover

## Python Version Compatibility

This package is compatible with the following Python versions:
  - Python 3.8
  - Python 3.9

            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/akinonteam/garantipay-payment",
    "name": "garantipay-payment",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Akinon",
    "author_email": "dev@akinon.com",
    "download_url": "https://files.pythonhosted.org/packages/ff/e2/0e22e3b45c3d6a2a357852910689cd83f469211f88432fe0b59211b8bf80/garantipay_payment-1.0.1.tar.gz",
    "platform": null,
    "description": "# Garantipay 2.0 Redirect View\n\nThis app provides order related data to the Garantipay 2.0 payment extension when plugged-in to project zero.\n\n## Installation\n\nAdd the package to requirements.txt file and install it via pip:\n\n    garantipay-payment\n\n## Adding App\n\nAdd the following lines in `omnife_base.settings`:\n\n    INSTALLED_APPS.append('garantipay_payment')\n    PZ_SERVICE_CLASS = \"omnife.core.service.Service\"\n    HASH_SECRET_KEY = \"your-hash-secret-key\"\n    PRODUCT_KIND_ATTRIBUTE_NAME = \"product_kind\"\n\nAdd url pattern to `omnife_base.urls` like below:\n\n    urlpatterns = [\n        ...\n        path('payment-gateway/garantipay/', include('garantipay_payment.urls')),\n    ]\n\n## Running Tests\n\n    python -m unittest discover\n\n## Python Version Compatibility\n\nThis package is compatible with the following Python versions:\n  - Python 3.8\n  - Python 3.9\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A library to provide payment gateway for GarantiPay 2.0",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://bitbucket.org/akinonteam/garantipay-payment"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7b76108b19cbd9e580a49dd4eb79a69848132b1a11d34eb8cd734a52cf97bd0",
                "md5": "b101e98efe68fc82e2b2b4144326718b",
                "sha256": "10b68e25b82305030fac53a6bff70259bf81955994105089a2612caf3e24ae05"
            },
            "downloads": -1,
            "filename": "garantipay_payment-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b101e98efe68fc82e2b2b4144326718b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8490,
            "upload_time": "2024-04-29T07:54:06",
            "upload_time_iso_8601": "2024-04-29T07:54:06.184366Z",
            "url": "https://files.pythonhosted.org/packages/b7/b7/6108b19cbd9e580a49dd4eb79a69848132b1a11d34eb8cd734a52cf97bd0/garantipay_payment-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffe20e22e3b45c3d6a2a357852910689cd83f469211f88432fe0b59211b8bf80",
                "md5": "174b6689704ab508cc4bdddd0fa9804a",
                "sha256": "d3ab0e7a6f1f49ae8565c3f82da6cd13b7fe2c207f8f90c538684be87d05ca0f"
            },
            "downloads": -1,
            "filename": "garantipay_payment-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "174b6689704ab508cc4bdddd0fa9804a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5975,
            "upload_time": "2024-04-29T07:54:08",
            "upload_time_iso_8601": "2024-04-29T07:54:08.314314Z",
            "url": "https://files.pythonhosted.org/packages/ff/e2/0e22e3b45c3d6a2a357852910689cd83f469211f88432fe0b59211b8bf80/garantipay_payment-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 07:54:08",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "akinonteam",
    "bitbucket_project": "garantipay-payment",
    "lcname": "garantipay-payment"
}
        
Elapsed time: 0.43547s