diff --git a/source/_posts/2018-08-15-drupal-8-commerce-fixing-error-on-user-checkout.md b/source/_posts/2018-08-15-drupal-8-commerce-fixing-error-on-user-checkout.md index 3b3cf57a..8c2772d7 100644 --- a/source/_posts/2018-08-15-drupal-8-commerce-fixing-error-on-user-checkout.md +++ b/source/_posts/2018-08-15-drupal-8-commerce-fixing-error-on-user-checkout.md @@ -78,5 +78,5 @@ private static function _specificAPIError($rbody, $rcode, $rheaders, $resp, $err ## Solution -After confirming that it was the correct user ID, simply removing that row from the database allowed the new Stripe customer to be created and for the user to check out successfullly. +After confirming that it was the correct user ID, simply removing that row from the database allowed the new Stripe customer to be created and for the user to check out successfully. {% endblock %}