Spec || JIRA || Chat || Teamcity || Technical Overview
The account-credit-service-v2 will allow Customer Service Managers and Representatives (CSM & CSR) to reward credits to customers and to retrieve awarded credit history so they can advice them on that matter. CSM is a bbb representative and CSR is an External agency (FIS for now).
The account-credit-service is using mysql relation database. It has been designed following BBB Database Design Guidelines.
the schemas for this service can be found in schemas.
sbt "run-main com.blinkbox.books.credit.admin.Main"
sbt "run-main com.blinkbox.books.credit.Main"
To run all acceptance tests against dev-int execute the following cmd in the project directory:
Rake test
If you encounter errors about "OpenSSL::X509::StoreError" then follow the instructions on this page