#劉豪傑

1 messages · Page 1 of 1 (latest)

dapper kestrelBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

sand pendant
#

hi there!

#

what's the exact error you see?

left frigate
#

I try to catch the error

#

try {
$paymentIntent = $stripe->paymentIntents->retrieve(
$_GET['payment_intent'],
);
} catch (Exception $ex) {
//show error message
echo "<script>alert('".$ex->getMessage()."');</script>";

}

#

but nothing is shown

sand pendant
#

you said

but Server error in deployed mode.