diff --git a/src/WebformCivicrmPostProcess.php b/src/WebformCivicrmPostProcess.php index 64e4193b2..75c82474b 100644 --- a/src/WebformCivicrmPostProcess.php +++ b/src/WebformCivicrmPostProcess.php @@ -2371,7 +2371,7 @@ private function processContribution() { $priceFieldValueParams['where'][] = ['name', '=', 'contribution_amount']; $priceFieldValueParams['where'][] = ['price_field_id', '=', $item['price_field_id']]; - $item['price_field_value_id'] = $this->utils->wf_civicrm_api4('PriceFieldValue', 'get', $priceFieldValueParams, 0)['id']; + // $item['price_field_value_id'] = $this->utils->wf_civicrm_api4('PriceFieldValue', 'get', $priceFieldValueParams, 0)['id']; } // Save the line_item