|
@@ -48,7 +48,7 @@ |
|
|
block discarded – undo |
|
48
|
48
|
{ |
|
49
|
49
|
return [ |
|
50
|
50
|
[['paid', 'refunded', 'reversed', 'amount', 'amount_settle', 'time_paid', 'time_expire', 'time_settle', 'amount_refunded'], 'integer'], |
|
51
|
|
- [['channel', 'amount','currency', 'subject', 'body'], 'required'], |
|
|
51
|
+ [['channel', 'amount', 'currency', 'subject', 'body'], 'required'], |
|
52
|
52
|
[['metadata'], 'string'], |
|
53
|
53
|
[['channel'], 'string', 'max' => 50], |
|
54
|
54
|
[['order_no', 'failure_code', 'failure_msg', 'description'], 'string', 'max' => 255], |
Please login to merge, or discard this patch.