• Resolved Siamwp

    (@programmerloso)


    I encountered this problem after hitting the updates Woocommerce BACS setting.

    https://i.imgur.com/be0fvzM.png

    I think this problem is probably due to the configuration of the file.

    "options": {
      "seed_confirm_notification_text": {},
         "woocommerce_bacs_accounts": {
            "wpm_each": {
    	"account_name": {},
    	"bank_name": {}
         }
      }
    }
    • This topic was modified 8 years, 5 months ago by Siamwp.
    • This topic was modified 8 years, 5 months ago by Siamwp.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @programmerloso
    The JSON code need to be in {}.

    
    {
      "options": {
        "seed_confirm_notification_text": {},
        "woocommerce_bacs_accounts": {
          "wpm_each": {
            "account_name": {},
            "bank_name": {}
          }
        }
      }
    }
    

    But the problen is not here. In next vesion I will added check for this. Thank You.

    Thread Starter Siamwp

    (@programmerloso)

    Thanks for the explanation. Hopefully, the new version will be released soon.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Warning: json_decode() expects parameter 1 to be string when updated.’ is closed to new replies.