File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
src/Tickets/Commerce/Cart Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,8 @@ public function get_hash() {
222
222
/**
223
223
* Add the full set of parameters to the items in the cart.
224
224
*
225
+ * @since TBD
226
+ *
225
227
* @param array $items The items in the cart.
226
228
*
227
229
* @return array The items in the cart with the full set of parameters.
Original file line number Diff line number Diff line change @@ -366,6 +366,8 @@ public function process( array $data = [] ) {
366
366
/**
367
367
* Add the full set of parameters to the items in the cart.
368
368
*
369
+ * @since TBD
370
+ *
369
371
* @param array $items The items in the cart.
370
372
*
371
373
* @return array The items in the cart with the full set of parameters.
@@ -403,6 +405,8 @@ function ( $item ) {
403
405
/**
404
406
* Add the ticket parameters to the item in the cart.
405
407
*
408
+ * @since TBD
409
+ *
406
410
* @param array $item The item in the cart.
407
411
*
408
412
* @return ?array The item in the cart with the full set of parameters.
You can’t perform that action at this time.
0 commit comments