AuthorizeNet / sdk-dotnet

.Net SDK for Authorize.Net API
Other
149 stars 206 forks source link

live account accepting test card #277

Open keyurgrubbrr opened 4 years ago

keyurgrubbrr commented 4 years ago

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!!