Added * Use `httprest` library for HTTP requests * Unit tests for the `api.py`
Fixed * `APIClient.oneclick_process` method (JSON body was missing in the request)
Changed * Drop support for Python 3.7 * Add support for Python 3.12
0.2.0
Added * Support for OneClick payments
Changed * All models (e.g. Cart, CartItem, CustomerData, etc.) are moved to the new `csobpg.v19.models` package * Import paths. **Warning**: backward-incompatible change
0.1.1
Added * Logging
0.1.0
Changed * Don't raise exception for resultCode != 0. Provide the `raise_for_result_code` method