From 49ae0e6fffa1ec1bea66015bed2fe4001da57b77 Mon Sep 17 00:00:00 2001 From: Julia Sheehan Date: Thu, 8 Aug 2024 16:14:17 +0100 Subject: [PATCH] Spelling mistake update --- src/v1/schemas/new-payment-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v1/schemas/new-payment-request.yaml b/src/v1/schemas/new-payment-request.yaml index 007aac7..10cfa8d 100644 --- a/src/v1/schemas/new-payment-request.yaml +++ b/src/v1/schemas/new-payment-request.yaml @@ -62,4 +62,4 @@ properties: additionalFields: type: string example: ORDER_ID|PRODUCT_ID|CUSTOMER_ID|CUSTOMER_NUMBER|COMMENT2 - description: These fields will be dispalyed to the payer when using the hosted option. You can choose to display any of `ORDER_ID`, `PRODUCT_ID`, `CUSTOMER_ID`, `CUSTOMER_NUMBER` and `COMMENT2` to the payer. + description: These fields will be displayed to the payer when using the hosted option. You can choose to display any of `ORDER_ID`, `PRODUCT_ID`, `CUSTOMER_ID`, `CUSTOMER_NUMBER` and `COMMENT2` to the payer.