This issue is related to the payment methods. We use a function from woocommerce to know the endpoints wc_get_account_menu_items this function check for all payment methods in the system. We call in to early stage and Amazon Pay not load.
Possible solution:
Analyse where is used this function and supply an alternative way to get the data with no change of hook orders.
This issue is related to the payment methods. We use a function from woocommerce to know the endpoints
wc_get_account_menu_items
this function check for all payment methods in the system. We call in to early stage and Amazon Pay not load. Possible solution: Analyse where is used this function and supply an alternative way to get the data with no change of hook orders.