mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Bazaar/IPNServer : capitalize keys before calling VERIFIED handler
git-svn-id: svn://ultimatepp.org/upp/trunk@4597 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2541d5fc4d
commit
b37d249f97
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ void IPNServer::OnRequest()
|
|||
{
|
||||
VectorMap<String, String> data;
|
||||
for(int i = 0; i < post.GetCount(); i++)
|
||||
data.Add(post.GetKey(i), post[i]);
|
||||
data.Add(ToUpper(post.GetKey(i)), post[i]);
|
||||
onVerified(data);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue