@@ -305,17 +305,17 @@ public function getListPrice(): ?string
305305 * @throws LocalizedException
306306 */
307307 private function upsert (
308- int $ quantity = null ,
309- string $ cartId = null ,
310- string $ cartItemId = null ,
311- string $ productId = null ,
312- string $ planId = null ,
313- int $ price = null ,
314- int $ term = null ,
315- string $ coverageType = null ,
316- string $ leadToken = null ,
317- string $ listPrice = null ,
318- string $ orderOfferPlanId = null
308+ ? int $ quantity = null ,
309+ ? string $ cartId = null ,
310+ ? string $ cartItemId = null ,
311+ ? string $ productId = null ,
312+ ? string $ planId = null ,
313+ ? int $ price = null ,
314+ ? int $ term = null ,
315+ ? string $ coverageType = null ,
316+ ? string $ leadToken = null ,
317+ ? string $ listPrice = null ,
318+ ? string $ orderOfferPlanId = null
319319 ): void {
320320 try {
321321 if ($ price === 0 ) {
@@ -485,16 +485,16 @@ private function upsert(
485485 * @throws LocalizedException
486486 */
487487 public function upsertSession (
488- int $ quantity = null ,
489- string $ cartItemId = null ,
490- string $ productId = null ,
491- string $ planId = null ,
492- int $ price = null ,
493- int $ term = null ,
494- string $ coverageType = null ,
495- string $ leadToken = null ,
496- string $ listPrice = null ,
497- string $ orderOfferPlanId = null
488+ ? int $ quantity = null ,
489+ ? string $ cartItemId = null ,
490+ ? string $ productId = null ,
491+ ? string $ planId = null ,
492+ ? int $ price = null ,
493+ ? int $ term = null ,
494+ ? string $ coverageType = null ,
495+ ? string $ leadToken = null ,
496+ ? string $ listPrice = null ,
497+ ? string $ orderOfferPlanId = null
498498 ): void {
499499 $ this ->upsert (
500500 $ quantity ,
@@ -530,17 +530,17 @@ public function upsertSession(
530530 * @throws LocalizedException
531531 */
532532 public function upsertCartId (
533- int $ quantity = null ,
534- string $ cartId = null ,
535- string $ cartItemId = null ,
536- string $ productId = null ,
537- string $ planId = null ,
538- int $ price = null ,
539- int $ term = null ,
540- string $ coverageType = null ,
541- string $ leadToken = null ,
542- string $ listPrice = null ,
543- string $ orderOfferPlanId = null
533+ ? int $ quantity = null ,
534+ ? string $ cartId = null ,
535+ ? string $ cartItemId = null ,
536+ ? string $ productId = null ,
537+ ? string $ planId = null ,
538+ ? int $ price = null ,
539+ ? int $ term = null ,
540+ ? string $ coverageType = null ,
541+ ? string $ leadToken = null ,
542+ ? string $ listPrice = null ,
543+ ? string $ orderOfferPlanId = null
544544 ): void {
545545 $ this ->upsert (
546546 $ quantity ,
0 commit comments