Our CTO was trying to process mail receipts. The "ReceiptHandle" ends in
an "=". The listgetat()s on position 1 and 2 were getting rid of
that. (He had quite a time tracking that down...)
We changed those to listfirst() and listrest(). Problem solved!
Our CTO was trying to process mail receipts. The "ReceiptHandle" ends in an "=". The listgetat()s on position 1 and 2 were getting rid of that. (He had quite a time tracking that down...)
We changed those to listfirst() and listrest(). Problem solved!