Skip to content

Commit 559ac1e

Browse files
spelling change
1 parent a141381 commit 559ac1e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/constants/customMessages.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export abstract class CustomMessages {
1515
static readonly EXCEPTION_MSG_ADDING_CUSTOM_FIELD = 'An exception occurred while adding custom field';
1616
static readonly EXCEPTION_MSG_ADD_EXTENSION = 'An exception occurred while adding extension to Commercetools';
1717
static readonly EXCEPTION_MSG_ADD_TRANSACTION = 'An exception occurred while adding transaction to the payment';
18-
static readonly EXCEPTION_MSG_ALL_MID_DETAILS = 'An exception ocurred while retrieving multi-mid details';
18+
static readonly EXCEPTION_MSG_ALL_MID_DETAILS = 'An exception occurred while retrieving multi-mid details';
1919
static readonly EXCEPTION_MSG_AUTHORIZING_PAYMENT = 'An exception occurred while authorizing the payment';
2020
static readonly EXCEPTION_MSG_ADDING_A_CARD = 'An exception occurred while adding a card token to customer';
2121
static readonly EXCEPTION_MSG_CART_UPDATE = 'An exception occurred while updating the cart';
@@ -36,7 +36,7 @@ export abstract class CustomMessages {
3636
static readonly EXCEPTION_MERCHANT_SECRET_KEY_REQUIRED = 'MerchantseceretKey is Mandatory';
3737
static readonly EXCEPTION_MSG_PAYER_AUTH = 'An exception occurred while authenticating the payment';
3838
static readonly EXCEPTION_MSG_SERVICE_PROCESS = 'An exception occurred while processing your payment';
39-
static readonly EXCEPTION_MSG_SETUP_RESOURCES = 'An exception ocurred while creating the extensions and custom fields = ';
39+
static readonly EXCEPTION_MSG_SETUP_RESOURCES = 'An exception occurred while creating the extensions and custom fields = ';
4040
static readonly EXCEPTION_MSG_SYNC_DETAILS = 'An exception occurred while fetching sync conversion details';
4141
static readonly EXCEPTION_MSG_TRANSACTION_SEARCH = 'An exception occurred while retrieving the transaction details';
4242
static readonly EXCEPTION_CREATE_PAYMENT_API = 'An exception occurred while creating a payment';
@@ -129,4 +129,4 @@ export abstract class CustomMessages {
129129
static readonly ERROR_MSG_UNABLE_TO_UPDATE_CUSTOMER_TOKEN = 'An error occurred while updating the card from notification';
130130

131131

132-
}
132+
}

0 commit comments

Comments
 (0)