]> git.mxchange.org Git - jfinancials-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/jfinancials/beans/contact/FinancialsAdminContactWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/contact/FinancialsContactWebSessionBean.java

index 979797811db70dfac922ffa688dac6bfecbaa9c5..d2c309df2637a80f9a28d5c487b0daca4f971506 100644 (file)
@@ -842,7 +842,7 @@ public class FinancialsAdminContactWebRequestBean extends BaseFinancialsControll
                contact.setContactCountry(this.getCountry());
 
                // Update contact's mobile number
-               this.isMobileUnlinked = ContactUtils.updateCellPhoneNumber(contact, this.getMobileCarrier(), this.getMobileNumber());
+               this.isMobileUnlinked = ContactUtils.updateMobileNumber(contact, this.getMobileCarrier(), this.getMobileNumber());
 
                // Update contact's land-line number
                this.isLandLineUnlinked = ContactUtils.updateLandLineNumber(contact, this.getPhoneCountry(), this.getPhoneAreaCode(), this.getPhoneNumber());
index 675534f20e1ff3b2bc8b6b458676fd3f7f18cdf5..d6c1ddc7e5b1d1fdc3c8096a20f6c451e859f253 100644 (file)
@@ -577,7 +577,7 @@ public class FinancialsContactWebSessionBean extends BaseFinancialsController im
                contact.setContactCountry(this.getCountry());
 
                // Update contact's mobile number
-               this.isMobileUnlinked = ContactUtils.updateCellPhoneNumber(contact, this.getMobileCarrier(), this.getMobileNumber());
+               this.isMobileUnlinked = ContactUtils.updateMobileNumber(contact, this.getMobileCarrier(), this.getMobileNumber());
 
                // Update contact's land-line number
                this.isLandLineUnlinked = ContactUtils.updateLandLineNumber(contact, this.getPhoneCountry(), this.getPhoneAreaCode(), this.getPhoneNumber());