bcgov / ppr-deprecated

deprecated-Personal Property Registry
Apache License 2.0
2 stars 10 forks source link

Payment service calls external API prematurely #882

Closed jguertin closed 4 years ago

jguertin commented 4 years ago

Currently, when a search is executed, the external payment service is automatically called via the method dependency injection mechanism. This has two problems:

Refactor the payment implementation to correct these issues.