View Single Post
  #3  
Old 06-29-2021, 03:18 AM
 
Anastasia Zhavoronkova Anastasia Zhavoronkova is offline
 

X-Cart team
  
Join Date: Jun 2018
Posts: 20
 

Default Re: Attention: PayPal Express Checkout Update

Hi Keith! Sorry for the long wait.

Please try executing the following SQL query:

Code:
INSERT INTO xcart_config (name,value,defvalue,variants) VALUES ('applied_patches',',bt_148751-ver1,bt_415982-ver1','','') ON DUPLICATE KEY UPDATE value = CONCAT_WS(',',value,'bt_148751-ver1,bt_415982-ver1');

as described here: https://help.x-cart.com/X-Cart:Applying_Patches#Applying_SQL_Patches

Let me know if this works.
__________________
Nastya Zhavoronkova, X-Cart
Reply With Quote