Skip to content

Commit

Permalink
INT-B-21042 (#13712)
Browse files Browse the repository at this point in the history
* added cancel move endpoint

* cancel move also cancels shipments now too

* you can now cancel a ppm shipment and canceler cancels ppm

* 1 L not 2

* 1 l not 2 part2

* resolve handler not having same name as service object

* ok sometimes two L's...

* canceler instead of cancellation

* adding status check before cancellation and additional test

* added if not exists to query

* added 409 return for conflicting move status

* fixed spelling

* updated comment

* renamed symbol

* CANCELED

* added return for error

* adding 2nd and 3rd addresses on prime create moves - doesn't work

* remove 20522 changes

* Update api.go

* prime can now add 2nd and 3rd addresses

* initial changes

* initial commit, tests added, working as intended

* Update api.go

* hhg works ppm doesn't

* ppmshipment secondary

* can now create shipments with 2nd/3rd addresses

* Commits from PR 13578

* Commits from PR 13616

* missing file

* 2nd and 3rd addresses do not save if 'No' is selected

* removed comment

* merge didn't bring all changes

---------
  • Loading branch information
loganwc authored Sep 23, 2024
1 parent d92c3d0 commit a8c7ea0
Show file tree
Hide file tree
Showing 9 changed files with 882 additions and 10 deletions.
96 changes: 96 additions & 0 deletions pkg/gen/primev3api/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

156 changes: 156 additions & 0 deletions pkg/gen/primev3messages/create_m_t_o_shipment.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a8c7ea0

Please sign in to comment.