Add database migrations and Eloquent models to support user wallets, transaction history, and discount code functionality. Includes a one-to-one relationship between User and Wallet. |
||
|---|---|---|
| .. | ||
| Country.php | ||
| DiscountCode.php | ||
| Shipment.php | ||
| ShipmentCarrierMapping.php | ||
| ShipmentItem.php | ||
| ShipmentTrackingEvent.php | ||
| ShippingRate.php | ||
| SystemSetting.php | ||
| User.php | ||
| Wallet.php | ||
| WalletTransaction.php | ||