mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
tp: wip.. write postAddressToThirdparty api for AddAddress callback
This commit is contained in:
parent
501ffe7829
commit
1e829707be
@ -121,6 +121,9 @@ export default {
|
|||||||
})
|
})
|
||||||
;
|
;
|
||||||
break;
|
break;
|
||||||
|
case 'thirdparty':
|
||||||
|
console.log('TODO write postAddressToThirdparty');
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
this.$refs.addAddress.errorMsg.push('That entity is not managed by address !');
|
this.$refs.addAddress.errorMsg.push('That entity is not managed by address !');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user