Changeset 15265 for branches/feature-module-paygent/data/downloads/module/mdl_paygent/mdl_paygent.inc
- Timestamp:
- 2007/08/09 21:10:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-paygent/data/downloads/module/mdl_paygent/mdl_paygent.inc
r15261 r15265 343 343 // Ìá¤ê¥Ü¥¿¥ó£Õ£Ò£Ì 344 344 $arrSend['stop_return_url'] = SSL_URL . "shopping/load_payment_module.php"; 345 // ¥³¥Ô¡¼¥é¥¤¥È 346 $arrSend['copy_right'] = "aaa"; 345 346 // ¥³¥Ô¡¼¥é¥¤¥È 347 $arrSend['copy_right'] = $arrOtherParam['copy_right']; 347 348 // ¼«Í³¥á¥âÍó 348 $arrSend['free_memo'] = "¤ª¤ì¤Ï¼«Í³¤À";349 $arrSend['free_memo'] = $arrOtherParam['free_memo']; 349 350 // »Ùʧ´ü´Ö(0DDhhmm) 350 $arrSend['asp_payment_term'] = "0050000";351 $arrSend['asp_payment_term'] = sprintf("0%02d0000", $arrOtherParam['asp_payment_term']); 351 352 352 353 // ÅÅʸ¤ÎÁ÷ÉÕ
Note: See TracChangeset
for help on using the changeset viewer.