@@ -293,6 +293,9 @@ |
||
293 | 293 | return $fields; |
294 | 294 | } |
295 | 295 | |
296 | + /** |
|
297 | + * @param string $title |
|
298 | + */ |
|
296 | 299 | private function createGridField($dataObjectName = "EcommerceCountry", $fieldName = "AvailableInCountries", $title) |
297 | 300 | { |
298 | 301 | $field = null; |
@@ -366,7 +366,7 @@ |
||
366 | 366 | |
367 | 367 | /** |
368 | 368 | * description of region and country being shipped to. |
369 | - * @return PickUpOrDeliveryModifierOptions | NULL |
|
369 | + * @return string|null | NULL |
|
370 | 370 | */ |
371 | 371 | protected function LiveSerializedCalculationObject() |
372 | 372 | { |