Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanirungu committed Jan 5, 2023
1 parent f71d68b commit 17808dc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Entities/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Gateway extends BaseModel
*
* @var array
*/
protected $dates = ['created_by', 'updated_by', 'deleted_at'];
protected $dates = ['created_at', 'updated_at', 'deleted_at'];

/**
* List of fields for managing postings.
Expand Down
2 changes: 1 addition & 1 deletion Entities/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Payment extends BaseModel
*
* @var array
*/
protected $dates = ['created_by', 'updated_by', 'deleted_at'];
protected $dates = ['created_at', 'updated_at', 'deleted_at'];

/**
* List of fields for managing postings.
Expand Down
2 changes: 1 addition & 1 deletion Entities/Simulate.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Simulate extends BaseModel
*
* @var array
*/
protected $dates = ['created_by', 'updated_by', 'deleted_at'];
protected $dates = ['created_at', 'updated_at', 'deleted_at'];

/**
* List of fields for managing postings.
Expand Down
2 changes: 1 addition & 1 deletion Entities/Stkpush.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Stkpush extends BaseModel
*
* @var array
*/
protected $dates = ['created_by', 'updated_by', 'deleted_at'];
protected $dates = ['created_at', 'updated_at', 'deleted_at'];

/**
* List of fields for managing postings.
Expand Down
2 changes: 1 addition & 1 deletion Entities/Webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Webhook extends BaseModel
*
* @var array
*/
protected $dates = ['created_by', 'updated_by', 'deleted_at'];
protected $dates = ['created_at', 'updated_at', 'deleted_at'];

/**
* List of fields for managing postings.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mybizna/mpesa",
"description": "",
"type": "asgard-module",
"version": "1.1.7",
"version": "1.1.8",
"license": "GPL-3.0-or-later",
"authors": [
{
Expand Down

0 comments on commit 17808dc

Please sign in to comment.