feat: show shipping cost for order

This commit is contained in:
Vlad Stan 2023-07-05 09:58:34 +03:00
parent 6b44f8c27f
commit d1cdc3cd5c
3 changed files with 15 additions and 6 deletions

View file

@ -182,7 +182,6 @@ const merchant = async () => {
}
if (data.type === 'dm:2') {
const orderStatus = JSON.parse(data.dm.message)
console.log('### orderStatus', orderStatus)
this.$q.notify({
timeout: 5000,
type: 'positive',