mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-01 23:18:13 -05:00
Update StripeALLInOne.php
修复部分报错语句不规范
This commit is contained in:
parent
5cc0b77982
commit
9270d94668
@ -102,7 +102,7 @@ class StripeALLInOne {
|
|||||||
$jumpUrl = $nextAction['alipay_handle_redirect']['url'];
|
$jumpUrl = $nextAction['alipay_handle_redirect']['url'];
|
||||||
$actionType = 1;
|
$actionType = 1;
|
||||||
}else {
|
}else {
|
||||||
throw new ApiException('unable get alipay redirect url', 500);
|
throw new ApiException('unable get Alipay redirect url', 500);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "wechat_pay":
|
case "wechat_pay":
|
||||||
@ -110,7 +110,7 @@ class StripeALLInOne {
|
|||||||
$jumpUrl = $nextAction['wechat_pay_display_qr_code']['data'];
|
$jumpUrl = $nextAction['wechat_pay_display_qr_code']['data'];
|
||||||
Log::info($jumpUrl);
|
Log::info($jumpUrl);
|
||||||
}else {
|
}else {
|
||||||
throw new ApiException('unable get alipay redirect url', 500);
|
throw new ApiException('unable get WeChat Pay redirect url', 500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return [
|
return [
|
||||||
|
Loading…
Reference in New Issue
Block a user