Closed tbrachkov closed 7 years ago
When using Cashier the optional NSURL was not being decoded as NSRL even it was there before encoding after serialising from JSON.
Can you please add a test case for this, so we can see the issue? :)
The reason is that some URL might have had the additional "\" at the end. Failing to serialise it seems ok.
When using Cashier the optional NSURL was not being decoded as NSRL even it was there before encoding after serialising from JSON.