Completed
Push — master ( 8cd736...4690c3 )
by Xu
926:59 queued 886:58
created
src/trade/models/TradeCharges.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.