| @@ -812,8 +812,12 @@ | ||
| 812 | 812 | 'currency' => [ 'type' => 'string' ], |
| 813 | 813 | 'donation_type' => [ 'type' => 'string' ], |
| 814 | 814 | 'is_anonymous' => [ 'type' => 'boolean' ], |
| 815 | 815 | 'donor_comment' => [ 'type' => 'string' ], |
| 816 | + 'donor_comment_status' => [ | |
| 817 | + 'type' => 'string', | |
| 818 | + 'enum' => [ 'approved', 'pending', 'rejected' ], | |
| 819 | + ], | |
| 816 | 820 | 'payment_status' => [ 'type' => 'string' ], |
| 817 | 821 | 'payment_mode' => [ 'type' => 'string' ], |
| 818 | 822 | 'gateway' => [ 'type' => 'string' ], |
| 819 | 823 | 'transaction_id' => [ 'type' => 'string' ], |