Skip to content

Commit

Permalink
Merge pull request #14766 from transcom/INT-B-21416-intl-crating-TIO-…
Browse files Browse the repository at this point in the history
…update-for-payment-request

INT B-21416 intl crating tio update for payment request-FE
  • Loading branch information
taeJungCaci authored Feb 11, 2025
2 parents 28dac86 + 9a6ea7b commit 2fa2a9c
Show file tree
Hide file tree
Showing 12 changed files with 893 additions and 10 deletions.
109 changes: 109 additions & 0 deletions pkg/services/mocks/IntlCratingPricer.go

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

109 changes: 109 additions & 0 deletions pkg/services/mocks/IntlUncratingPricer.go

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

3 changes: 3 additions & 0 deletions pkg/testdatagen/testharness/dispatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@ var actionDispatcher = map[string]actionFunc{
"InternationalHHGMoveWithServiceItemsandPaymentRequestsForTIO": func(appCtx appcontext.AppContext) testHarnessResponse {
return MakeBasicInternationalHHGMoveWithServiceItemsandPaymentRequestsForTIO(appCtx)
},
"IntlHHGMoveWithCratingUncratingServiceItemsAndPaymentRequestsForTIO": func(appCtx appcontext.AppContext) testHarnessResponse {
return MakeIntlHHGMoveWithCratingUncratingServiceItemsAndPaymentRequestsForTIO(appCtx)
},
}

func Actions() []string {
Expand Down
Loading

0 comments on commit 2fa2a9c

Please sign in to comment.