From b35d42518c5d5482703c3c34dff7c8f2803017ab Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 15 Aug 2018 14:07:19 +0100 Subject: [PATCH] Typo --- ...018-08-15-drupal-8-commerce-fixing-error-on-user-checkout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}