=== ongoing ===

=== 0.4.1 ===

- Added user__email to PaymentTransactionError admin

=== 0.4 ===

- Some fixes for the DoExpressCheckoutForm
- Made item field on PurchasedItem model optional
- Added CUURENCYCODE setting
- Added identifier field to Item model - this helps to select items in the
  forms.
- Aded post_transaction_save method to checkout form.
- Logging API URL and request data payload when loggin transaction errors

=== 0.3 ===

- Added PurchasedItem model. We are now keeping track of what items the users
  buy and their quantities.

=== 0.2 ===

- The SetExpressCheckoutItemForm needs to implement a method called
  get_items_and_quantities now. get_item and get_quantity are obsolete now.
- This allows us to hand over more than just one item to paypal

=== 0.1 ===

Initial commit
