From e0e639922f7887d89fc5e9566faa8ac25876e3e5 Mon Sep 17 00:00:00 2001 From: bdizha Date: Fri, 5 Jul 2024 12:49:52 +0000 Subject: [PATCH] Updated a typo --- src/payment/checkout/Checkout.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/payment/checkout/Checkout.jsx b/src/payment/checkout/Checkout.jsx index 9dd9c8561..791329406 100644 --- a/src/payment/checkout/Checkout.jsx +++ b/src/payment/checkout/Checkout.jsx @@ -163,7 +163,7 @@ class Checkout extends React.Component { const isQuantityUpdating = isBasketProcessing && loaded; if (!submissionDisabled && isPaypalRedirect) { - // auto submit to paypal since the paypal redirect flag is set in the incoming rquiest + // auto submit to paypal since the paypal redirect flag is set in the incoming request this.handleSubmitPayPal(); }