]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
cellphone is history, now there is mobile ... ;-)
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 22:23:36 +0000 (00:23 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 22:23:36 +0000 (00:23 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaAdminContactWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaContactWebSessionBean.java

index 4b8d98872b015dc86fcebe49270290dc04e922dc..46c993dfd9b2c4b441c31dddecf5860953cc1ed6 100644 (file)
@@ -929,7 +929,7 @@ public class PizzaAdminContactWebRequestBean extends BasePizzaController impleme
                contact.setContactCountry(this.getCountry());
 
                // Update contact's cellphone number
-               this.isCellphoneUnlinked = ContactUtils.updateCellPhoneNumber(contact, this.getCellphoneCarrier(), this.getCellphoneNumber());
+               this.isCellphoneUnlinked = ContactUtils.updateMobileNumber(contact, this.getCellphoneCarrier(), this.getCellphoneNumber());
 
                // Update contact's land-line number
                this.isLandLineUnlinked = ContactUtils.updateLandLineNumber(contact, this.getPhoneCountry(), this.getPhoneAreaCode(), this.getPhoneNumber());
index ae17941e4f3d2a8afa9dbef531b3b62bd294e70d..6aa841ad230f9764aaa77bf815b5c863eb3f6ce1 100644 (file)
@@ -568,7 +568,7 @@ public class PizzaContactWebSessionBean extends BasePizzaController implements P
                contact.setContactCountry(this.getCountry());
 
                // Update contact's cellphone number
-               this.isMobileUnlinked = ContactUtils.updateCellPhoneNumber(contact, this.getMobileProvider(), this.getMobileNumber());
+               this.isMobileUnlinked = ContactUtils.updateMobileNumber(contact, this.getMobileProvider(), this.getMobileNumber());
 
                // Update contact's land-line number
                this.isLandLineUnlinked = ContactUtils.updateLandLineNumber(contact, this.getPhoneCountry(), this.getPhoneAreaCode(), this.getPhoneNumber());