I've stepped through the code multipel times. Returning null is
difficult to debug. I'll reinstall Fiddler and see if I can get more,
but as I said I used the code basically as is. I only changed it to take
inputs from a form. As it's public code:
Ap...
I don't need new Environment. I'm trying to understand why I get NULL
back from the controller.GetApiResponse call.I did notice that setting
to Environment.SANDBOX gives a URL of test.authorize.net.
Hi,I used the exact code in the Charge a Credit card sample.How do I
inject the new environment class referenced? UPDATE: realized I just out
that anywhere and use it for the .RunEnvironment call.
Hi,I'm getting to close to activating an dI'm seeing an issue with the
C# Charge A Credit Card" sample code.WhenI use
ApiOperationBase(ANetApiRequest, ANetApiResponse).RunEnvironment =
AuthorizeNet.Environment.SANDBOX;I see the SANDBOX url of
test.au...