From 17808dcb5e17f92fb60e4873d2631df1305ba386 Mon Sep 17 00:00:00 2001 From: Dedan Irungu Date: Thu, 5 Jan 2023 10:25:54 +0300 Subject: [PATCH] Update --- Entities/Gateway.php | 2 +- Entities/Payment.php | 2 +- Entities/Simulate.php | 2 +- Entities/Stkpush.php | 2 +- Entities/Webhook.php | 2 +- composer.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Entities/Gateway.php b/Entities/Gateway.php index 04b9243..febbc0a 100755 --- a/Entities/Gateway.php +++ b/Entities/Gateway.php @@ -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. diff --git a/Entities/Payment.php b/Entities/Payment.php index 1a4d865..988e0be 100755 --- a/Entities/Payment.php +++ b/Entities/Payment.php @@ -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. diff --git a/Entities/Simulate.php b/Entities/Simulate.php index b46951c..89f4237 100755 --- a/Entities/Simulate.php +++ b/Entities/Simulate.php @@ -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. diff --git a/Entities/Stkpush.php b/Entities/Stkpush.php index b512a30..7b0c1d4 100755 --- a/Entities/Stkpush.php +++ b/Entities/Stkpush.php @@ -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. diff --git a/Entities/Webhook.php b/Entities/Webhook.php index 47a9f0d..30e9513 100755 --- a/Entities/Webhook.php +++ b/Entities/Webhook.php @@ -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. diff --git a/composer.json b/composer.json index 5557077..a2974d2 100644 --- a/composer.json +++ b/composer.json @@ -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": [ {