Currently the return value of main function "wp_aff_award_commission" which do the job for award referer is a piece of html text always says the award is success no matter if this operation is indeed success or fail.
The possibility of award fail is very tiny, but if the operation failed once and nobody to handle this mistake, it can occur twice, triple, and more. It is important for us to know if the operation unfortunately failed thus we can correct this manually and do something to avoid it happen again.
Is there already a plan for this?