Fix payment form and web view color value sent to the server.
This commit is contained in:
parent
4754f36808
commit
9c7bdb2810
@ -247,7 +247,7 @@ static auto get_color_json(int32 color);
|
|||||||
|
|
||||||
template <>
|
template <>
|
||||||
auto get_color_json<false>(int32 color) {
|
auto get_color_json<false>(int32 color) {
|
||||||
return static_cast<int64>(static_cast<uint32>(color) | 0x000000FF);
|
return static_cast<int64>(static_cast<uint32>(color) | 0xFF000000);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
|
Loading…
Reference in New Issue
Block a user