• Resolved amslps

    (@amslps)


    Should I concern about this error

    2023/11/01 06:11:49 [error] 23150#23150: *2140 FastCGI sent in stderr: “PHP message: PHP Warning:  Undefined array key “payment_intent” in /usr/share/nginx/wordpress/wp-content/plugins/woo-stripe-payment/includes/class-wc-stripe-redirect-handler.php on line 36″ while reading response header from upstream, client: 127.0.0.1, request: “GET /checkout/?_stripe_local_payment=stripe_afterpay&key=eb2d759b68 HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”,

Viewing 1 replies (of 1 total)
  • Plugin Author Clayton R

    (@mrclayton)

    Hi @amslps,

    That is a warning message, not an error, that’s being printed by FastCGI. Do you know what payment method this occurred for? That redirect URL is used by the plugin to process some local payment methods.

    The payment_intent property should be populated there since Stripe adds that value as a query parameter during the redirect back to your site.

    Make sure your FastCGI instance is setup to forward query parameters.

    Kind Regards

Viewing 1 replies (of 1 total)

The topic ‘php error’ is closed to new replies.