A case diagram has use case "Manage shopping cart". I need to add "View purchase" which used use case "Manage shopping cart" and add "Delete item" which may be used by use case "Manage shopping cart".
My attempt is here: Link
But I am not sure with my implementation of: "which may be used by use case" and orientation direction.
Is that correct?