Skip to content

Commit

Permalink
Fix over-zealous find/replace: use tribe_get_request_vars()
Browse files Browse the repository at this point in the history
  • Loading branch information
JPry committed Jan 10, 2025
1 parent 47b170b commit ec0e2de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public function handle_form_submission(): void {
return;
}

$raw_data = tec_get_request_vars( true );
$raw_data = tribe_get_request_vars( true );
$raw_data['order_modifier_id'] = $context['modifier_id'];

try {
Expand Down

0 comments on commit ec0e2de

Please sign in to comment.