作者 lyh

gx数据

@@ -35,7 +35,7 @@ class PayStripeApi @@ -35,7 +35,7 @@ class PayStripeApi
35 ]; 35 ];
36 36
37 // 构造函数设置密钥 37 // 构造函数设置密钥
38 - public function __construct($secretKey) 38 + public function __construct()
39 { 39 {
40 $this->secretKey = 'sk_test_51MyseXIWCYVeLww1tbPZzRe1Qk4lS5d2VLiDjpju7G0ToiX1RJcFinQXNlftq9eCjZE0n2gjaz1mfy1g0mxTusdf00m636Gv62'; 40 $this->secretKey = 'sk_test_51MyseXIWCYVeLww1tbPZzRe1Qk4lS5d2VLiDjpju7G0ToiX1RJcFinQXNlftq9eCjZE0n2gjaz1mfy1g0mxTusdf00m636Gv62';
41 } 41 }