Mees Hoogendoorn

Results 10 comments of Mees Hoogendoorn

@CrystalG23 I am not very experienced with building PSP for shopware-pwa but i know paypal has a out of the box integration with Shopware-pwa. I was using a third party...

@mkucmus does this mean that it's not possible to get meta info for landing page with the initial api call but a second one is required to get the meta...

FOUND the issue at swagShopware PWA, just overlooked it 👍

I have a few questions about this topic. I understand the pros of using a proxy instead of preflight requests. Is it not better to setup a custom proxy server...

```nginx location /some/path/ { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_pass https://SHOPWARE_ENDPOINT; proxy_set_header Origin your-pwa-host.com; } ```

See the following post: https://podrezo.medium.com/using-a-reverse-proxy-with-your-web-application-5eec92001193

@niklaswolf Yes agree, maybe for shopware-pwa users it's better to make it plug'n play because most people are not configuring their servers themselves i think. I think the biggest advantage...

To add add an additional parameter to the handlePayment method u can't invoke the composable method. What I did is the following: ```js import { handlePaymentEndpoint } from '@shopware-pwa/shopware-6-client'; async...

@remkobrenters Thanks for your reaction, I was setting the accessToken and RefreshToken in the `setTokenUpdateCallback` function. I changed it regarding the readme but still no success. I created a new...

Same here, stopped working since a week ago. Still haven't been able to find any solution