fix additional encoding issue for cursor with equals symbol. Add contract client return type. Add additional cursor e2e test.
This commit is contained in:
@@ -58,7 +58,7 @@ export function serializeParams(
|
||||
return properties
|
||||
.map((key) => {
|
||||
const value = encodeSerialisedValues
|
||||
? encodeURI(params[key])
|
||||
? encodeURIComponent(params[key])
|
||||
: params[key];
|
||||
|
||||
if (strict_validation === true && typeof value === 'undefined') {
|
||||
|
||||
Reference in New Issue
Block a user