forked from uncloud/uncloud
[doc] begin describe replacing orders
This commit is contained in:
parent
880e4d046b
commit
ed40b21d16
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue