Changes for the week ending 2013-05-12:

  • v0.7.1 – v1.1: When updating the quantity in the cart, it was possible to use a value of .1 which would keep the item in the cart even though it had a quantity of 0. Now the product will be removed. The quantity is rounded before evaluating if the quantity is 0.
  • v1.1: Added a new api call to send transaction receipt emails: transaction_sendemail. Just pass in the transaction_id . See docs for details.