Commits

Thomas Tornevall authored 5789c510203
ECOMPHP-306: * Patched minor issue for payload handler (that actually initially was not a bug at all). * Changed private to public on resetPayload to be able during tests to clean up old payloads. * Added getEncodedUrl (multilevel encodes, which means we can encode different parts of the urls in setSigning). * Added support for getEncodedUrl in setSigning to be able to encode parts of the urls injected. * Added tests for encoded urls.