Add TYPE_RAZORPAY SystemLog constant
This commit is contained in:
parent
647455f86f
commit
9b388c9c5f
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue