Changeset 7562 for temp/trunk/html
- Timestamp:
- 2006/11/07 09:14:39 (20 years ago)
- Location:
- temp/trunk/html/shopping
- Files:
-
- 2 edited
-
confirm.php (modified) (1 diff)
-
load_payment_module.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/shopping/confirm.php
r7555 r7562 89 89 switch($arrPayment[0]["memo04"]) { 90 90 case PAYMENT_CREDIT_ID: 91 header("Location: " . URL_SHOP_CREDIT); 91 //header("Location: " . URL_SHOP_CREDIT); 92 header("Location: " . URL_SHOP_MODULE); 92 93 break; 93 94 case PAYMENT_CONVENIENCE_ID: -
temp/trunk/html/shopping/load_payment_module.php
r7561 r7562 26 26 } 27 27 28 sfprintr($_SESSION); 29 28 30 ?>
Note: See TracChangeset
for help on using the changeset viewer.
