In the -jd_donors table, the 'published' column has value 0 or 1.
If value 1, then row is included in showNumberDonors total for the JD Donation Campaigns module.
If value 0, row is not included in total.
On localhost development server, using Test mode for donation transaction, the Continue button will write a new record to __jd_donors table with 'published' value=0, therefore the new record is not included in JD Donation Campaigns module showNumberDonors total.
I don't know if this is due to Test transaction, or some other problem.
Is published' value=0 an expected feature of Test transaction?
Thx.