Metadata-Version: 2.1
Name: guillotina_stripe
Version: 1.0.0a10
Summary: guillotina stripe support
Home-page: https://pypi.python.org/pypi/guillotina_stripe
Author: Ramon Navarro Bosch
Author-email: ramon@plone.org
License: GPL version 3
Keywords: guillotina stripe ldap
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
Provides-Extra: test

GUILLOTINA_STRIPE
=================

STRIPE backend for guillotina.


Design
------

Its designed to provide subscription management and product buying process.

CHANGELOG
=========

1.0.0a10 (2021-11-24)
---------------------

- Be able to update customer when calling @register-card, customer_id
  can be passed as a parameter


1.0.0a9 (2021-11-24)
--------------------

- Fixing API response in subscriptions
  [nilbacardit26]


1.0.0a8 (2021-11-19)
--------------------

- Adding support for coupons in subscripions and products
  [nilbacardit26]


1.0.0a7 (2021-03-12)
--------------------

- Adding registry to keep price - id x content type
  [bloodbare]


1.0.0a6 (2020-12-23)
--------------------

- Fixing subscription bug


1.0.0a5 (2020-12-22)
--------------------

- Fixing trial big


1.0.0a4 (2020-12-22)
--------------------

- Fixing subscription bug


1.0.0a3 (2020-12-22)
--------------------

- Support trail subscription


1.0.0a2 (2020-12-21)
--------------------

- Nothing changed yet.


1.0.0a1 (2020-12-21)
--------------------

- Initial version


