Resolve "Service to connect to insurance API" #1653

Open
korina.cordero wants to merge 9 commits from 727-service-to-connect-to-insurance-api into master
korina.cordero commented 2023-01-09 03:46:35 +00:00 (Migrated from gitlab.com)

Closes #727

Closes #727
korina.cordero commented 2023-01-09 07:26:46 +00:00 (Migrated from gitlab.com)

added 1 commit

  • a9e2d95a - Add service to connect to insurance API. Add test command to test service. #727

Compare with previous version

added 1 commit <ul><li>a9e2d95a - Add service to connect to insurance API. Add test command to test service. #727</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/842/diffs?diff_id=572329813&start_sha=08ecd2ebea1d457cb48e5a64952e8842512a8520)
korina.cordero commented 2023-01-09 07:44:19 +00:00 (Migrated from gitlab.com)

marked this merge request as ready

marked this merge request as **ready**
korina.cordero commented 2023-01-09 10:18:27 +00:00 (Migrated from gitlab.com)

added 1 commit

  • f8327f5d - Add CRUD for the motor vehicle types for the MV lookup. #727

Compare with previous version

added 1 commit <ul><li>f8327f5d - Add CRUD for the motor vehicle types for the MV lookup. #727</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/842/diffs?diff_id=572498546&start_sha=a9e2d95ab4773f7c58f8c2367d432822c7de4684)
korina.cordero commented 2023-01-09 10:23:58 +00:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>101fe76b - Add TODO comments. #727</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/842/diffs?diff_id=572505271&start_sha=f8327f5d59a1e6bc01d4fdf0efb512addf2c5f19)
korina.cordero commented 2023-01-10 09:27:55 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 8d2ac35c - Add function to form the data for the insurance application. #727

Compare with previous version

added 1 commit <ul><li>8d2ac35c - Add function to form the data for the insurance application. #727</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/842/diffs?diff_id=573532024&start_sha=101fe76ba471b88279ed17fdfcc5f279e3977cdd)
korina.cordero commented 2023-01-11 07:55:22 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 0675637b - Add function to transform ClientData into the format required by insurance....

Compare with previous version

added 1 commit <ul><li>0675637b - Add function to transform ClientData into the format required by insurance....</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/842/diffs?diff_id=574556020&start_sha=8d2ac35c091f9ce352b72a72c4bf92e902c43da3)
korina.cordero commented 2023-01-12 09:19:07 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 675bca15 - Add validation service for the insurance data. #727

Compare with previous version

added 1 commit <ul><li>675bca15 - Add validation service for the insurance data. #727</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/842/diffs?diff_id=575792034&start_sha=0675637b52f8acdc5edb4916e6174e6659bb15dc)
korina.cordero commented 2023-01-13 07:27:56 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 987c8656 - Fix issues found during normal scenario testing. #727

Compare with previous version

added 1 commit <ul><li>987c8656 - Fix issues found during normal scenario testing. #727</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/842/diffs?diff_id=576776918&start_sha=675bca15921c290f3c3496205b7a9b15738a54a7)
korina.cordero commented 2023-01-13 08:09:38 +00:00 (Migrated from gitlab.com)

added 1 commit

  • ff32ee61 - Fix issues found during abnormal scenario testing. #727

Compare with previous version

added 1 commit <ul><li>ff32ee61 - Fix issues found during abnormal scenario testing. #727</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/842/diffs?diff_id=576806694&start_sha=987c865620e29d0f0f95264c7f8850b1468d867f)
korina.cordero commented 2023-01-13 10:13:09 +00:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>cf4ea5f7 - Fix naming of the validator. #727</li></ul> [Compare with previous version](/jankstudio/resq/-/merge_requests/842/diffs?diff_id=576938205&start_sha=ff32ee6154a8765d4d17a0674cc3ae7d327f9948)
This pull request has changes conflicting with the target branch.
  • config/acl.yaml
  • config/menu.yaml
  • config/services.yaml
  • src/Service/InsuranceConnector.php
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin 727-service-to-connect-to-insurance-api:727-service-to-connect-to-insurance-api
git checkout 727-service-to-connect-to-insurance-api

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff 727-service-to-connect-to-insurance-api
git checkout 727-service-to-connect-to-insurance-api
git rebase master
git checkout master
git merge --ff-only 727-service-to-connect-to-insurance-api
git checkout 727-service-to-connect-to-insurance-api
git rebase master
git checkout master
git merge --no-ff 727-service-to-connect-to-insurance-api
git checkout master
git merge --squash 727-service-to-connect-to-insurance-api
git checkout master
git merge --ff-only 727-service-to-connect-to-insurance-api
git checkout master
git merge 727-service-to-connect-to-insurance-api
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: rgutierrez/resq#1653
No description provided.