mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
Adding comment
This commit is contained in:
parent
f39e260971
commit
f342096094
@ -250,7 +250,7 @@ object OAuthHandshake extends RestHelper with Loggable {
|
||||
parameters
|
||||
}
|
||||
|
||||
//prepare the base string
|
||||
//prepare the base string (should we really have openOr here?)
|
||||
var baseString = httpMethod+"&"+URLEncoder.encode(Props.get("hostname").openOr(S.hostAndPath) + S.uri,"UTF-8")+"&"
|
||||
baseString+= generateOAuthParametersString(OAuthparameters)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user