-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added - Add management command to delete orders stuck in signing states and orders stuck in `to_save_payment_method` to purchase a product of type certificate - BD: Add `updated_on` date field to the order list view Fixed - BO: Set properly the `is_graded` property on target course creation - BO: Allow to use nested TranslatableForms - Allow a user to create a new order when the previous order already exists but it is in `refunding` or `refunded` state - Prevent multiple payments if the provider server has a problem - Fix the logic to get the organization with the least active orders to assign which could have duplicated orders in its sum.
- Loading branch information
Showing
17 changed files
with
330 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# arnold.yml | ||
metadata: | ||
name: joanie | ||
version: 2.13.0 | ||
version: 2.14.0 | ||
source: | ||
path: src/tray |
Binary file not shown.
Oops, something went wrong.