You are here

function uc_2checkout_completion_access in Ubercart 6.2

Make sure anyone can complete their 2Checkout orders.

1 string reference to 'uc_2checkout_completion_access'
uc_2checkout_menu in payment/uc_2checkout/uc_2checkout.module
Implements hook_menu().

File

payment/uc_2checkout/uc_2checkout.module, line 38
Integrates 2Checkout.com's redirected payment service.

Code

function uc_2checkout_completion_access() {
  return TRUE;
}