https://github.com/bluedynamics/bda.plone.stripe
Stripe payment integration for bda.plone.shop
https://github.com/bluedynamics/bda.plone.stripe
Last synced: about 1 year ago
JSON representation
Stripe payment integration for bda.plone.shop
- Host: GitHub
- URL: https://github.com/bluedynamics/bda.plone.stripe
- Owner: bluedynamics
- License: other
- Created: 2017-10-02T07:14:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T06:36:06.000Z (about 2 years ago)
- Last Synced: 2025-02-03T18:38:54.602Z (over 1 year ago)
- Language: Python
- Size: 42 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
================
bda.plone.stripe
================
Stripe payment processor for ``bda.plone.shop``.
Installation
============
This package is part of the ``bda.plone.shop`` stack. Please refer to
``https://github.com/bluedynamics/bda.plone.shop`` for installation
instructions.
Include this package to your setup dependencies and install this package
via Plone control panel add on installation page or add ``bda.plone.stripe``
to install dependencies in your integration package generic setup dependencies.
Configuration
=============
In order to make this payment processor work properly you need to define
the Stripe ``Secret key`` and ``Publishable key``. You can obtain these keys
from https://stripe.com.
You either need to configure these keys in Shop Control Panel under ``Stripe``
of via your integration package generic setup ``registry.xml``
Create translations
===================
::
$ cd src/bda/plone/stripe/
$ ./i18n.sh
Contributors
============
- Robert Niederreiter (Author)
- Peter Holzer (Development)