bcgov / entity

ServiceBC Registry Team working on Legal Entities
Apache License 2.0
23 stars 57 forks source link

Migration to create the STRR product and fees placeholders in Bc registries #21093

Closed trevoratindustrio closed 5 days ago

trevoratindustrio commented 2 weeks ago

@mbertucci adding this to this sprint

mbertucci commented 5 days ago

I'm not sure what I am to verify to move this story to closed? Any testing? Any verification points? I need context confirm that it was done.

trevoratindustrio commented 5 days ago

Here is link to the PR that added the migration https://github.com/bcgov/sbc-auth/pull/2807 Here is a screencap of the record in dev sql image.png

Here are screenshots from Travis for pay image.png

image.png image.png

along with the curl to demonstrate availability he provided

curl --location 'https://pay-api-dev.apps.silver.devops.gov.bc.ca/api/v1/payment-requests' \ --header 'Account-Id: 969596548968445845' \ --header 'Content-Type: application/json' \ --data '{ "businessInfo": { "corpType": "STRR" }, "filingInfo": { "filingTypes": [ { "filingTypeCode": "RENTAL_FEE" } ] } }'