# Oney Redirect View
This app provides order related data to the Oney payment extension when plugged-in to project zero.
## Installation
Add the package to requirements.txt file and install it via pip:
oney-payment
## Adding App
Add the following lines in `omnife_base.settings`:
INSTALLED_APPS.append('oney_payment')
ONEY_EXTENSION_URL = 'https://extension-url.akinon.net/'
PZ_SERVICE_CLASS = "omnife.core.service.Service"
HASH_SECRET_KEY = "your-hash-secret-key"
Add url pattern to `omnife_base.urls` like below:
urlpatterns = [
...
path('payment-gateway/oney/', include('oney_payment.urls')),
]
## Running Tests
python -m unittest discover
## Python Version Compatibility
This package is compatible with the following Python versions:
- Python 3.6
- Python 3.7
- Python 3.8
- Python 3.9
Raw data
{
"_id": null,
"home_page": "https://bitbucket.org/akinonteam/oney-payment",
"name": "oney-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/7e/0f/4ecbe679f12cd3bba979d244ea3cdbd5b1d5c74afba23c5b2fbc94c6d185/oney-payment-1.0.6.tar.gz",
"platform": null,
"description": "# Oney Redirect View\n\nThis app provides order related data to the Oney 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 oney-payment\n\n## Adding App\n\nAdd the following lines in `omnife_base.settings`:\n\n INSTALLED_APPS.append('oney_payment')\n ONEY_EXTENSION_URL = 'https://extension-url.akinon.net/'\n PZ_SERVICE_CLASS = \"omnife.core.service.Service\"\n HASH_SECRET_KEY = \"your-hash-secret-key\"\n\nAdd url pattern to `omnife_base.urls` like below:\n\n urlpatterns = [\n ...\n path('payment-gateway/oney/', include('oney_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.6\n - Python 3.7\n - Python 3.8\n - Python 3.9\n",
"bugtrack_url": null,
"license": null,
"summary": "A common library for providing order details to Oney Payment Gateway.",
"version": "1.0.6",
"project_urls": {
"Homepage": "https://bitbucket.org/akinonteam/oney-payment"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e90b12006443d02adb11e13385a610588c2e602bef1e97e61892cf7c0b0d708a",
"md5": "acab33e3d73c75adec45a1a8cb0b5d54",
"sha256": "a639283afb9f3b3291ea836ba84228af430b49b3f6eb2d02375f3cd537c52ad2"
},
"downloads": -1,
"filename": "oney_payment-1.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "acab33e3d73c75adec45a1a8cb0b5d54",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8018,
"upload_time": "2024-06-09T21:13:55",
"upload_time_iso_8601": "2024-06-09T21:13:55.192426Z",
"url": "https://files.pythonhosted.org/packages/e9/0b/12006443d02adb11e13385a610588c2e602bef1e97e61892cf7c0b0d708a/oney_payment-1.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7e0f4ecbe679f12cd3bba979d244ea3cdbd5b1d5c74afba23c5b2fbc94c6d185",
"md5": "f93c25268965a259c2bbe77ca95dc04d",
"sha256": "8a39040a8800dd6ce250009c457b656d87a62188ea8c1a1368fc737f5355d267"
},
"downloads": -1,
"filename": "oney-payment-1.0.6.tar.gz",
"has_sig": false,
"md5_digest": "f93c25268965a259c2bbe77ca95dc04d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5660,
"upload_time": "2024-06-09T21:13:56",
"upload_time_iso_8601": "2024-06-09T21:13:56.173483Z",
"url": "https://files.pythonhosted.org/packages/7e/0f/4ecbe679f12cd3bba979d244ea3cdbd5b1d5c74afba23c5b2fbc94c6d185/oney-payment-1.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-09 21:13:56",
"github": false,
"gitlab": false,
"bitbucket": true,
"codeberg": false,
"bitbucket_user": "akinonteam",
"bitbucket_project": "oney-payment",
"lcname": "oney-payment"
}