Skip to content

Commit

Permalink
Updated a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdizha committed Jul 5, 2024
1 parent ace9528 commit e0e6399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payment/checkout/Checkout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit e0e6399

Please sign in to comment.