Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [4.0.0](v3.3.2...v4.0.0) (2020-09-30) ### Bug Fixes * add correct capture body interface ([50796cc](50796cc)) * correct naming for checkout function ([ae7b065](ae7b065)) * handle empty string response from klarna api ([4b2baa3](4b2baa3)) * prettier lint ([c8adfb8](c8adfb8)) * remove unused props, use correct prop name ([1c95676](1c95676)) * use correct host_uri variable ([f185a89](f185a89)) * **ci:** add commitlint step before fetching cached node_modules ([e63b705](e63b705)) * **ci:** npm_token spell fix ([86ea1a8](86ea1a8)) * **git-hooks:** make sure pre commit hook is working ([75d3523](75d3523)) * **lint:** prettier ([0c77e96](0c77e96)) ### Features * add customer token v1 endpoint helper functions ([0b87176](0b87176)) * add ordermanagement v1 endpoint helper functions ([67b824e](67b824e)) * Added CrystallizeKlarnaHelper class to generate klarnaOrderBody ([4c31808](4c31808)) * ordermanagement v1 -> add additional helper functions for orders ([113506a](113506a)) * ordermanagement v1 -> refunds helper functions added ([c458f8f](c458f8f)) * orders -> cancel order function added ([bea9fd6](bea9fd6)) * set npm publish irrespective of branches, add npm_token for ci env ([27ea9ae](27ea9ae)) ### BREAKING CHANGES * Move to typescript, improved structure for library, bug fixes and added typings based on klarna api
- Loading branch information