PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 1.6.1
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v1.6.1
1.6.1 1.6.0 1.5.1 1.5.0 1.4.0 1.3.0 trunk 0.0.1 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0
← All changes | inc/abilities/config-ability.php +4 -0 1.5.1 → 1.6.1 View file →
@@ -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' ],