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