From 9b388c9c5fc56b23ddd3722c6e57eab9bb9fad04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 7 Oct 2021 16:33:38 +0200 Subject: [PATCH] Add TYPE_RAZORPAY SystemLog constant --- app/Models/SystemLog.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/SystemLog.php b/app/Models/SystemLog.php index 316ada10063b..2565c4d003b4 100644 --- a/app/Models/SystemLog.php +++ b/app/Models/SystemLog.php @@ -74,6 +74,7 @@ class SystemLog extends Model const TYPE_EWAY = 313; const TYPE_SQUARE = 320; const TYPE_GOCARDLESS = 321; + const TYPE_RAZORPAY = 322; const TYPE_QUOTA_EXCEEDED = 400; const TYPE_UPSTREAM_FAILURE = 401;