You are here

function uc_authorizenet_silent_post_access in Ubercart 6.2

1 string reference to 'uc_authorizenet_silent_post_access'
uc_authorizenet_menu in payment/uc_authorizenet/uc_authorizenet.module
Implements hook_menu().

File

payment/uc_authorizenet/uc_authorizenet.module, line 70
Process payments using Authorize.net. Supports AIM and ARB.

Code

function uc_authorizenet_silent_post_access() {
  return TRUE;
}