I'm trying to write code to validate that a credit card is valid, but
the credit card shouldn't be charged for doing this check. In the code I
have the x_type set to AUTH_ONLY and the x_amount set to .01. Even
though I have an amount set, why is it c...