Undefined array key “payment_total_type”
-
PHP Warning: Undefined array key "payment_total_type" in /var/www/wp-content/plugins/ninja-forms/includes/Abstracts/MergeTags.php on line 68;Probably the code should be in MergeTags.php:
if( isset($subject['payment_total']) && isset($subject['payment_total_type'])I think this is why it throws that error: you probably performed a data upgrade in the past, and
payment_total_typewas not part of the older version, so it wasn’t added to the existing data.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.