TIPOFF / checkout

Laravel Package for Ecommerce Checkouts
MIT License
0 stars 1 forks source link

Phone Relationship #89

Closed drewroberts closed 3 years ago

drewroberts commented 3 years ago

With the creation of the Phone model (https://github.com/tipoff/addresses/issues/58), we should add a relationship with Phone on the Order model (#32). We can use the app('phone') & nova('phone') helpers from tipoff/support.

In addition to changing the database migrations, we should also update the model, factory, and nova resource. Later, we will have a custom nova field (https://github.com/tipoff/addresses/issues/108) for our usage of Phone.

drewroberts commented 3 years ago

I'm closing this issue. The phone relationship is in the Addresses relationships.