Skip to content

Commit

Permalink
version 0.4.7 bumped (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
atanski committed Jan 5, 2017
1 parent 5dbf92c commit dd5a8bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions docs/cart-events.rst
Expand Up @@ -440,7 +440,7 @@ Przykład:
}
}
* **cart_initialized_checkout** - zdarzenie wysyłane w momencie rozpoczęcia procesu zamówienia
* **cart_checkout_started** - zdarzenie wysyłane w momencie rozpoczęcia procesu zamówienia

.. code-block:: json
Expand Down Expand Up @@ -484,10 +484,15 @@ Przykład:
"cart_id": {
"type": "string",
"title": "Id koszyka."
},
"step_id": {
"type": "string",
"title": "Krok procesu zamówienia."
}
},
"required": [
"cart_id"
"cart_id",
"step_id"
]
}
Expand Down Expand Up @@ -525,7 +530,7 @@ Krok zapłaty za zamówienie:
}
}
* **cart_completed_checkout** - zdarzenie wysyłane w momencie zakończenia procesu zamówienia
* **cart_checkout_completed** - zdarzenie wysyłane w momencie zakończenia procesu zamówienia

.. code-block:: json
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -4,8 +4,8 @@
copyright = u'2016, SARE SA'
author = u'SARE SA'

version = "0.4.6"
release = "0.4.6"
version = "0.4.7"
release = "0.4.7"
html_logo = 'assets/img/logo.svg'
html_favicon = 'assets/img/favicon.ico'
html_show_sphinx = False
Expand Down

0 comments on commit dd5a8bf

Please sign in to comment.