Good day dears,
in below scenario I have just one store.
After entering the right settings for PayPal from admin dashboard, it saves the settings under the only store I have in my app which is with id("61194cd3da44ab500a0348c5").
then I'm always getting this error after choosing PayPal as payment method in Checkout:
"Things don't appear to be working at the moment. Please try again later."
after following the problem in debug mode, I recognized that it always loads PayPal setting for (StoreId : "").
so that it gets the wrong settings from DB.
After I edited it manually in the DB it works correctly.
Are there any things I can do to solve it ?
Thank you.
GrandNode 2.0 PayPal Standard plugin
Monday, November 25, 2024 1:19:06 PM
Well, it looks like it's problem related to your environment. We've made some tests on our demo environment a few moments ago and everything works fine with single and multi store configuration. Maybe it's caused by your customization or database modifications? What are the steps to simulate your issue?
Best regards,
Patryk
GrandNode Team
Patryk
GrandNode Team
0
Thank you for the detailed response.
the Steps are:
1- in may case I have master tenant and child tenant.
2- I tested the scenario on the master tenant and everything is working correctly.
3- but same scenario is not working for the child tenant as I said previously it always loads settings for the storeId: "".
I hope this will be helpful for you to generate the problem.
Thank you.
the Steps are:
1- in may case I have master tenant and child tenant.
2- I tested the scenario on the master tenant and everything is working correctly.
3- but same scenario is not working for the child tenant as I said previously it always loads settings for the storeId: "".
I hope this will be helpful for you to generate the problem.
Thank you.
0