Mike 7 년 전
부모
커밋
3de3eb8346
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      server/config/laravel-omnipay.php

+ 4 - 4
server/config/laravel-omnipay.php

xqd
@@ -3,10 +3,10 @@
 $alipay_options = [
     'environment'   => 'production',//production or sandbox
     'appid'         => '2016091201894867',
-    'prikey'        => file_get_contents(config_path() . '/alipay/pri_key.pem'),
-    'encrypt_key'   => 'jw3nnqmrlqunkd1f9g9v206q24jqbuxa',
-    'ali_pubkey'    => file_get_contents(config_path() . '/alipay/pub_key.pem'),
-    'notify_url'    => env('APP_URL') . '/api/pay/alipay/notify',
+//    'prikey'        => file_get_contents(config_path() . '/alipay/pri_key.pem'),
+//    'encrypt_key'   => 'jw3nnqmrlqunkd1f9g9v206q24jqbuxa',
+//    'ali_pubkey'    => file_get_contents(config_path() . '/alipay/pub_key.pem'),
+//    'notify_url'    => env('APP_URL') . '/api/pay/alipay/notify',
 ];
 
 $wechatpay_options = [