sportngin/active_zuora

Support For Batched Creates

Closed this issue · 2 comments

It doesn't appear that this gem supports batched creates. Am I correct in this assumption? The update function in the persistance class looks like it does batch updates but I don't see a way to do batched creates.

Please let me know if I'm missing this functionality, otherwise I may look at adding this functionality if we go with this gem. Thanks.

You are correct, we don't currently have support for bulk creates, only bulk updates. Mostly because we haven't needed it yet. It should be basically the same as bulk updates, feel free to submit a pull request.

Thanks

I'm working on a PR for this. Should have something shortly.

EDIT - perhaps I misunderstood. I have added support for batched subscribe requests, not creates.