@ -47,7 +47,7 @@ export class Order {
|
|||||||
name: this.userData?.first_name,
|
name: this.userData?.first_name,
|
||||||
payment: {
|
payment: {
|
||||||
orderid: this.deliveryData?.orderid,
|
orderid: this.deliveryData?.orderid,
|
||||||
delivery_price: 100,
|
delivery_price: 0,
|
||||||
products: this.products.map(product => {
|
products: this.products.map(product => {
|
||||||
return product.toJson();
|
return product.toJson();
|
||||||
}),
|
}),
|
||||||
@ -61,7 +61,7 @@ export class Order {
|
|||||||
flat: '',
|
flat: '',
|
||||||
city: ''
|
city: ''
|
||||||
},
|
},
|
||||||
amount: this.price + 100,
|
amount: this.price,
|
||||||
terminal_id: this.terminal_id
|
terminal_id: this.terminal_id
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 0 B |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 0 B |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 1.1 KiB |