Skip to content

Commit

Permalink
pushed gold scoring feedback fix and malay support in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushee Srivastava committed Mar 20, 2024
1 parent caef6aa commit eaa5b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ See also:
## Use-Cases <a name="use-cases"></a>
1. **Get Webview URL** <br/>
endpoint "/issuers/users/{userid}/dashboards"
Use this endpoint to get a new token with expiry specified. Language code "lang=en-US" can be passed as query parameter (Not mandatory). Supported lang "en-US,es-419,sv,es-CL,es-CR,pl-PL". Default is "en-US".
Use this endpoint to get a new token with expiry specified. Language code "lang=en-US" can be passed as query parameter (Not mandatory). Supported lang "en-US,es-419,sv,es-CL,es-CR,pl-PL,ms-MY". Default is "en-US".

2. **Get Current Months Carbon Score** <br/>
endpoint "/issuers/users/{userid}/aggregate-carbon-scores"<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ mastercard:

binRange: #Bin range for the given issuer

lang: en-US #Provide language code in which webview should be rendered. Supported lang "en-US,es-419,sv,es-CL,es-CR,pl-PL,ms-MY"". Default is "en-US" .
lang: en-US #Provide language code in which webview should be rendered. Supported lang "en-US,es-419,sv,es-CL,es-CR,pl-PL,ms-MY". Default is "en-US" .

0 comments on commit eaa5b0e

Please sign in to comment.