Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

44 lines (35 loc) · 1.47 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.6 - 2023-02-23

Changed

  • Removed Django from dependecies

0.1.5 - 2022-04-25

Changed

  • Updated line_items to return a single basket/order by default

0.1.4 - 2022-04-22

Fixed

  • Fix wrong config returned for payment label

0.1.3 - 2022-04-08

Changed

  • Updated typing information

0.1.2 - 2022-03-25

Fixed

  • Fix customer ID getter to return correct value

0.1.1 - 2022-03-24

Changed

  • Render default templates for success and cancel

Fixed

  • Handle guest customer correctly

0.1.0 - 2022-03-22

Added

  • Initial code