Open mattpocock opened 4 years ago
Imagine a test file with the following:
const args = { id: 'account-id' } await currencyCloud.onBehalfOf('contact-id', () => { return currencyCloud.accounts.get(args); }); expect(args.onBehalfOf).toEqual('contact-id');
Ran into this during development, so forked currency-cloud to avoid it.
currency-cloud
@mattpocock thanks for raising this. Feel free to link you forked repo so that we can see what you have done.
Imagine a test file with the following:
Ran into this during development, so forked
currency-cloud
to avoid it.