Kyle, more input from IDev. To be clear, the problem is with the second month transaction for $14.95. This is what IDev says:
The problem is that the commission is not being processed for the second month when the payment has been made.
That is indeed a problem and one you need to talk to CBSubs about to find out why the second pixel call (for the second month) also has a 0.00 or missing sale amount on it. As far as I can tell, the following is what you should be seeing.
Month 1/Signup:
idev_saleamt=0.00
- This is correct, it's a FREE trial and will result in a processing error, one that can be removed or as suggest by CBSubs not called at all if the amount is 0.00.
Month 2/First Rebill:
idev_saleamt=14.95
That would result in a commission being created. The problem is, CBSubs isn't sending 14.95 as the value on the rebill call. We're still receiving 0.00 OR NULL (nothing at all).