The ideal way to archive this is a separate payment provider -- OfflineCreditCardPaymentProvider, which is planned to be released as part of V2 along with Check, Money Order payment provider.
For now, you could open up AuthorizeNetPaymentProvider.cs and remove code from methods Authorize(), Capture() and Sale() and return a bogus PaymentTransaction. And then configure to use Authorize.Net payment provider and fill in bogus account id etc. To view the credit card#, open up order detail page in the Store Admin and click "View" button in the payment method area.
DotShoppingCart Staff
|