1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Add TYPE_RAZORPAY SystemLog constant

This commit is contained in:
Benjamin Beganović 2021-10-07 16:33:38 +02:00
parent 647455f86f
commit 9b388c9c5f

View File

@ -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;