Update StripeALLInOne.php
删除调试冗余代码
This commit is contained in:
@@ -4,9 +4,7 @@
|
|||||||
* 自己写别抄,抄NMB抄
|
* 自己写别抄,抄NMB抄
|
||||||
*/
|
*/
|
||||||
namespace App\Payments;
|
namespace App\Payments;
|
||||||
|
|
||||||
use App\Exceptions\ApiException;
|
use App\Exceptions\ApiException;
|
||||||
use Illuminate\Support\Facades\Log;
|
|
||||||
|
|
||||||
class StripeALLInOne {
|
class StripeALLInOne {
|
||||||
public function __construct($config)
|
public function __construct($config)
|
||||||
@@ -108,7 +106,6 @@ class StripeALLInOne {
|
|||||||
case "wechat_pay":
|
case "wechat_pay":
|
||||||
if (isset($nextAction['wechat_pay_display_qr_code'])){
|
if (isset($nextAction['wechat_pay_display_qr_code'])){
|
||||||
$jumpUrl = $nextAction['wechat_pay_display_qr_code']['data'];
|
$jumpUrl = $nextAction['wechat_pay_display_qr_code']['data'];
|
||||||
Log::info($jumpUrl);
|
|
||||||
}else {
|
}else {
|
||||||
throw new ApiException('unable get WeChat Pay redirect url', 500);
|
throw new ApiException('unable get WeChat Pay redirect url', 500);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user