File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -358,27 +358,33 @@ public function setBillingPhone($value)
358
358
return $ this ->setParameter ('billingPhone ' , $ value );
359
359
}
360
360
361
- public function getShippingFirstName () {
361
+ public function getShippingFirstName ()
362
+ {
362
363
return $ this ->getParameter ('shippingFirstName ' );
363
364
}
364
365
365
- public function setShippingFirstName ($ value ) {
366
+ public function setShippingFirstName ($ value )
367
+ {
366
368
return $ this ->setParameter ('shippingFirstName ' , $ value );
367
369
}
368
370
369
- public function getShippingLastName () {
371
+ public function getShippingLastName ()
372
+ {
370
373
return $ this ->getParameter ('shippingLastName ' );
371
374
}
372
375
373
- public function setShippingLastName ($ value ) {
376
+ public function setShippingLastName ($ value )
377
+ {
374
378
return $ this ->setParameter ('shippingLastName ' , $ value );
375
379
}
376
380
377
- public function getShippingCompany () {
381
+ public function getShippingCompany ()
382
+ {
378
383
return $ this ->getParameter ('shippingCompany ' );
379
384
}
380
385
381
- public function setShippingCompany ($ value ) {
386
+ public function setShippingCompany ($ value )
387
+ {
382
388
return $ this ->setParameter ('shippingCompany ' , $ value );
383
389
}
384
390
You can’t perform that action at this time.
0 commit comments