Closed johnnaegle closed 7 years ago
I eyeballed the rest of the create methods in the generated API and they all look correct. I tried to track down why it generated a RemoteCollection
instead of Account.new
but I could not find the magic.
Fixed in 820155f977c6dbf933e9bff558439e51915459f5
The generated implementation of create_new_sub_account is
It should be
When this request is run:
It generates this request in Canvas:
I made the change to use mixed_request and I was able to successfully create a sub account: