Dmitrii Poddubnyi

Results 37 comments of Dmitrii Poddubnyi

@Lardpower thank you for your research, very helpful! That's what I ended up with: ``` const gateway = require('../../utils/gateway'); describe('Gateway', () => { let _z; before(done => { App.lib =...

Do you use the standard node http client? I thought of that, but injecting bearer token once again seems like yak shaving.

I see what you mean, now it makes sense! E.g `callMyApiMethod(z.request, entityId)` instead of `callMyApiMethod(z, entityId)`

How do you pass `customParametersForApiRequestToApi` argument to `getByType` method when test it? `appTester(App.triggers.testHelper.repositories.remoteEntityRepository.getByType)` When I extract `z` object in `before` I have such flexibility. ``` it('should call my api method',...

Hello, I haven't tested this plugin with Recaptcha Enterprise. Does it use the same endpoint and keys format? Looks like it does https://cloud.google.com/recaptcha-enterprise/docs/migrate-recaptcha. Please let me know if you have...

Feel free to create another ticket if you have any issues with Recaptcha Enterprise.

Hello. I haven't tested this bundle with Recaptcha3 Entreprise but for the Standard version you should use key and secret when creating a new captcha: ![image](https://github.com/user-attachments/assets/834e80b3-40e0-4969-87f7-7360abe466e3)