mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 01:25:00 +00:00
tp: wip.. write postAddressToThirdparty api for AddAddress callback
This commit is contained in:
@@ -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 !');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user