Commit 245d24a20c6bccd165194f1dfaf7e3a5435d9147
1 parent
1fc00c33
Order fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models/Order.php
| ... | ... | @@ -51,7 +51,7 @@ |
| 51 | 51 | * @property string $consignment |
| 52 | 52 | * @property string $payment |
| 53 | 53 | * @property string $insurance |
| 54 | - * @property double $amount_imposed | |
| 54 | + * @property string $amount_imposed | |
| 55 | 55 | * @property string $shipping_by |
| 56 | 56 | * @property string $city |
| 57 | 57 | * @property string $deliveryString | ... | ... |