[doc] begin describe replacing orders

This commit is contained in:
Nico Schottelius 2020-08-01 18:31:27 +02:00
parent 880e4d046b
commit ed40b21d16

View file

@ -41,6 +41,15 @@
Order register the one time price and the recurring price. These Order register the one time price and the recurring price. These
fields should be treated as immutable. If they need to be modified, fields should be treated as immutable. If they need to be modified,
a new order that replaces the current order should be created. a new order that replaces the current order should be created.
*** Replacing orders
If an order is updated, a new order is created and points to the
old order. The old order stops one second before the new order
starts.
** Product and Product Children
- A product describes something a user can buy
- A product inherits from the uncloud_pay.models.Product model to
get basic attributes
* Products * Products
** VPN ** VPN
*** How to add a new VPN Host *** How to add a new VPN Host