Merge pull request #1 from bytefury/master

Same as bytefury/crater
This commit is contained in:
Cristian Cosenza
2019-12-31 10:15:17 +01:00
committed by GitHub

View File

@ -7,8 +7,8 @@ use Crater\Country;
class Address extends Model
{
const BILLING_TYPE = 'BILLING';
const SHIPPING_TYPE = 'SHIPPING';
const BILLING_TYPE = 'billing';
const SHIPPING_TYPE = 'shipping';
protected $fillable = [
'name',