Jesse de Boer
Jesse de Boer
> Doesn't look like it's passing webkit. @jesse-deboer would you be able to see what the issue is? Thanks Hi @adamdbradley, this was already broken as you reported in this...
@adamdbradley you are indeed right, Safari unfortunately [still doesn't support look-behind](https://caniuse.com/js-regexp-lookbehind). I'll try and make this RegEx so that it will also support Safari!
> @jesse-deboer can you test below `replace` function, i think it should work for Safari also. > > ``` > scriptContent.replace(/\bthis\b/g, (match, offset, originalStr) => (offset > 0 && originalStr[offset...
Just to be sure, this issue still exists in Adyen Payment 8.2.0 right?
So, this would mean that you need to save the stateData to something like localStorage if there is a step after the payment method like a review step right? Also,...
Thanks @Morerice, combining the calls (although not the most pretty solution) worked! I might be something wrong, but I am getting a new error though when I call the `placeOrder`...
Looks really good, maybe needs a little bit of refactoring like not needing to get all the settings individually but make an object of `taxIncluded` for example: ``` taxIncluded: {...
I think the project is indeed dead, would be nice if a maintainer would let us know if it will be deprecated.
Hi @slavvka, why is this fixed as a bug while @lenaorobei confirmed this was a requirement? I think the issue was that the PWA and Magento shouldn't be in the...
We just did a 'temporary' update that automatically gets the right image size for now https://github.com/elgentos/magento2-imgix/releases/tag/2.0 We will look into implementing the above way for the next release!