billingstack/doc/source/payment.yuml
Endre Karlson a5ac561777 Payment Support
PGProviders:
* Support association to system PGM and owned PGM. (Don't have each PGP link to
* a private PGM row).
* PGProviders to PGMethod registration is now fixed supporting the above using
* different relations on the PGrovider.
* PGMethod DB Code / Storage API.
* PGConfig DB Code / Storage API (Merchant configuration of a PG)
* PaymentMethod - DB Code / Storage API for Customer PM - Credit card..
* Add more debug to registration code.
* Add dummy PGP plugin

Products:
* Remove ProductMetadata and turn meta > extra - will be revised.

General:
* Support _get to filter on name by passing by_name=True to it as a kw.
* Add a _kv_rows helper to get a key, value representation of rows.
* Lots of tests
2013-02-20 22:24:18 +01:00

9 lines
339 B
Plaintext

[plugin.Provider]1-1>[models.PGProvider]
[models.PGProvider]*-*>[models.PGMethod]
[models.PGMethod]*-1>[models.PGProvider]
[models.PGConfig]*-1>[models.PGProvider]
[models.Merchant]1-*>[models.PGConfig]
[models.Subscription]1-1>[models.PaymentMethod]
[models.Customer]1-*>[models.PaymentMethod]
[models.PaymentMethod]1-1>[models.PGMethod]