diff --git a/src/Config/CheckoutCod.php b/src/Config/CheckoutCod.php index 6ad6da0..cd0c302 100644 --- a/src/Config/CheckoutCod.php +++ b/src/Config/CheckoutCod.php @@ -17,12 +17,12 @@ * * The version of the package */ - 'version' => '1.0.7', + 'version' => '1.0.8', /** * * The version number of the package */ - 'versionNum' => '107', + 'versionNum' => '108', /** * diff --git a/src/Models/OrderCod.php b/src/Models/OrderCod.php index 3cda28d..531e346 100644 --- a/src/Models/OrderCod.php +++ b/src/Models/OrderCod.php @@ -8,11 +8,12 @@ class OrderCod extends Model implements OrderCodContract { + private $table = 'order_cods'; /** * The attributes that are mass assignable. * * @var array */ - protected $fillable = ['ip_address', 'ip_country']; + protected $fillable = ['order_id','ip_address', 'ip_country']; } \ No newline at end of file