You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
269 B

<?php
require_once("../globals.php");
// This script exists because IPPF and Community versions of the
// checkout module are vastly different.
if ($GLOBALS['ippf_specific']) {
require('pos_checkout_ippf.php');
} else {
require('pos_checkout_normal.php');
}