We're using the C&P Salesforce PAAS library. We've been getting some double payments in C&P.
This appears to happen because after our Apex code processes a CC payment, something prevents us from parsing the response and finding out if it is a failure or a success. In either scenario we create a Salesforce record to capture that a transaction has been attempted, but for these duplicates there is no record at all for one of the payments.
My questions are:
This appears to happen because after our Apex code processes a CC payment, something prevents us from parsing the response and finding out if it is a failure or a success. In either scenario we create a Salesforce record to capture that a transaction has been attempted, but for these duplicates there is no record at all for one of the payments.
My questions are:
- Could these be timeouts, and is there any way to increase the timeout length?
- Does the PAAS library ever return "null" for the TransactionResult?
- Is there any way to see what the response sent was from within C&P?
Comment