Updated addSSLOrder (markdown)
parent
642dc84fab
commit
08d2f6850a
|
@ -70,11 +70,12 @@ the _dns_names_ list.
|
||||||
If no errors in request following parameters will be returned:
|
If no errors in request following parameters will be returned:
|
||||||
* order_id - unique order ID
|
* order_id - unique order ID
|
||||||
* invoice_id - unique invoice ID
|
* invoice_id - unique invoice ID
|
||||||
|
* order_status - order status
|
||||||
|
* success - success code (true)
|
||||||
* order_amount - order amount
|
* order_amount - order amount
|
||||||
* currency - order currency
|
* currency - order currency
|
||||||
* tax - order tax if applicable
|
* tax - order tax if applicable
|
||||||
* tax_rate - order tax rate if applicable
|
* tax_rate - order tax rate if applicable
|
||||||
* success - success code (true)
|
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue