tp: wip.. write postAddressToThirdparty api for AddAddress callback

This commit is contained in:
Mathieu Jaumotte 2021-09-20 11:32:35 +02:00
parent 501ffe7829
commit 1e829707be

View File

@ -121,6 +121,9 @@ export default {
})
;
break;
case 'thirdparty':
console.log('TODO write postAddressToThirdparty');
break;
default:
this.$refs.addAddress.errorMsg.push('That entity is not managed by address !');
}