Brandon Nozaki Miller
Brandon Nozaki Miller
I decided to follow up and check if the window object was exposed when importing the npm ES6 module natively. Sure enough it is. This does not follow the documentation,...
If you write a native ESM module, without transpiling, you actually do need to use `window.AdyenCheckout` because neither the NPM module, nor the script tag install, export a named `AdyenCheckout`...
OK, so this is just my first pass at the Drop-In implementation. By no means is it complete, it's just a native ESM/ES6 example. I spent a couple of hours...
Btw, as an update, if I import the module with a bogus name I can access it as you suggest, but again this is not how it is documented nor...
Hi @deepu105 I understand what you are saying. The main thing I think would be good, and easy, to do is update the docs to be accurate. Even if Adyen...
@nickcaballero yup, that's the quick fix I'm suggesting for the docs just above @deepu105's post [it's the last code snippet here](https://github.com/Adyen/adyen-web/issues/639#issuecomment-756512583) Added it here so you don't have to actually...
A form of the suggested documentation was pushed to prod in the docs. Also, I am now a member of the dev advocate at Adyen. Woot for filing tickets!
I see these changes were reverted after I noted the change. This brings this issue back to life.
I don't think this is accurate. Can you provide a documentation link for it?
Just saw this, looks useful. I want to review the dependency additions and probably needs documentation too.