You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using live merchant account credential and i have changed this
ApiOperationBase<ANetApiRequest, ANetApiResponse>.RunEnvironment = AuthorizeNet.Environment.SANDBOX;
to
ApiOperationBase<ANetApiRequest, ANetApiResponse>.RunEnvironment = AuthorizeNet.Environment.PRODUCTION;
but still it is accept test card number like (4111111111111111).
I have used test card(4111 1111 1111 1111) for Automated Recurring Billing. i got subscription id in response.
please guide me!!
The text was updated successfully, but these errors were encountered:
I am using live merchant account credential and i have changed this
ApiOperationBase<ANetApiRequest, ANetApiResponse>.RunEnvironment = AuthorizeNet.Environment.SANDBOX;
to
ApiOperationBase<ANetApiRequest, ANetApiResponse>.RunEnvironment = AuthorizeNet.Environment.PRODUCTION;
but still it is accept test card number like (4111111111111111).
I have used test card(4111 1111 1111 1111) for Automated Recurring Billing. i got subscription id in response.
please guide me!!
The text was updated successfully, but these errors were encountered: