Skip to content

[GOV-570] New Batch and Voucher creation views#80

Merged
fynmanoj merged 1 commit intoopenMF:masterfrom
alberto-art3ch:views/paymenthub_004
Mar 14, 2024
Merged

[GOV-570] New Batch and Voucher creation views#80
fynmanoj merged 1 commit intoopenMF:masterfrom
alberto-art3ch:views/paymenthub_004

Conversation

@alberto-art3ch
Copy link
Contributor

@alberto-art3ch alberto-art3ch commented Mar 7, 2024

Description

GOV-570 Create Voucher Screen, New Batch and Voucher creation views

Screenshot 2024-03-06 at 9 52 27 p m Screenshot 2024-03-06 at 9 51 57 p m

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Followed the PR title naming convention mentioned above.

  • Design related bullet points or design document link related to this PR added in the description above.

  • Updated corresponding Postman Collection or Api documentation for the changes in this PR.

  • Create/update unit or integration tests for verifying the changes made.

  • Add required Swagger annotation and update API documentation with details of any API changes if applicable

  • Followed the naming conventions as given in https://docs.google.com/document/d/1Q4vaMSzrTxxh9TS0RILuNkSkYCxotuYk1Xe0CMIkkCU/edit?usp=sharing

@fynmanoj
Copy link
Contributor

@alberto-art3ch , If you can send the PR title in this format:
[JIRA-Ticket] Description

the CIRCLE CI will build this and push image to docker hub.

@@ -1,33 +1,36 @@
PH_OPS_BACKEND_SERVER_URL=https://paymenthub.qa.oneacrefund.org/opsapp/api/v1
export PH_OPS_BATCH_SIGNATURE=12345677899
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signature is dynamic so cannot be set in the env variable.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! removed

@@ -1,33 +1,36 @@
PH_OPS_BACKEND_SERVER_URL=https://paymenthub.qa.oneacrefund.org/opsapp/api/v1
export PH_OPS_BATCH_SIGNATURE=12345677899
export PH_OPS_BULK_CONNECTOR_URL=https://paymenthub.qa.oneacrefund.org
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! I've created a PR for that openMF/ph-ee-env-template#404

});
} else {
console.log("Not Implemented " + environment.oauth.type);
console.log('Not Implemented ' + environment.oauth.type);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's remove logs that are added for debug while development

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

signatureBatchKey: window['env']['signatureBatchKey'] || '',
bulkConnectorOps: window['env']['bulkConnectorOps'] || 'https://bulk-connector-demo.sandbox.fynarfin.io',
vouchers: window['env']['serverApiUrlVou'] || 'https://paymenthub.qa.oneacrefund.org/opsapp/api/v1',
voucherCallbackUrl: window['env']['callbackUrlVou'] || 'https://webhook.site/',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make the callback URLs configurable from backend

@alberto-art3ch alberto-art3ch changed the title New Batch and Voucher creation views [GOV-570] New Batch and Voucher creation views Mar 12, 2024
@alberto-art3ch
Copy link
Contributor Author

@alberto-art3ch , If you can send the PR title in this format: [JIRA-Ticket] Description

the CIRCLE CI will build this and push image to docker hub.

Done!

@fynmanoj fynmanoj merged commit 77fd51b into openMF:master Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants