| 12345678910111213141516 |
- <?php
- // Dist
- define('UNIONPAY_DATA_DIR', UNIONPAY_ASSET_DIR . '/dist/data');
- define('UNIONPAY_MER_ID', '888290058146592');
- define('UNIONPAY_CERT_ID', '40220995861346480087409489142384722381');
- define('UNIONPAY_CERT_PASSWORD', '000000');
- define('UNIONPAY_CERT_DIR', UNIONPAY_ASSET_DIR . '/dist/');
- define('UNIONPAY_CERT_PATH', UNIONPAY_ASSET_DIR . '/dist/cert.pfx');
- define('UNIONPAY_PUBLIC_KEY', UNIONPAY_ASSET_DIR . '/dist/verify_sign_acp.cer');
- define('UNIONPAY_PRIVATE_KEY', UNIONPAY_ASSET_DIR . '/dist/private_key.pem');
- define('UNIONPAY_TWZ_ENCRYPT_CERT', UNIONPAY_ASSET_DIR . '/dist/wtz/acp_test_enc.cer');
- define('UNIONPAY_TWZ_MIDDLE_CERT', UNIONPAY_ASSET_DIR . '/dist/wtz/acp_test_middle.cer');
- define('UNIONPAY_TWZ_ROOT_CERT', UNIONPAY_ASSET_DIR . '/dist/wtz/acp_test_root.cer');
- define('UNIONPAY_TWZ_SIGN_CERT', UNIONPAY_ASSET_DIR . '/dist/wtz/acp_test_sign.pfx');
|