The official Gocardless API definition indicates that transactions are
directly output to an array.
Instead, they are wrapped in a transactions key.
This made the code fail to retrieve transactions, because they could not
be correctly serialized.
This is now fixed in the API definition, and the API code is also
regenerated.
Signed-off-by: Jacob Kiers <code@kiers.eu>