From 92266dc5baecf1da8c1e6d629b093742396a2033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 2 Aug 2025 11:03:07 +0000 Subject: [PATCH] Fix typos --- openapi.json | 4 ++-- src/Client.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi.json b/openapi.json index 132cc3e..9ad9761 100644 --- a/openapi.json +++ b/openapi.json @@ -97,7 +97,7 @@ "type": "string", "example": "SPTBXPQFKRNB2NEKBNXJ42KON6VMVME7M82IK5JX3JX7HISC34KU2LVNC4NVXLLB" }, - "description": "The recurring payment tokens. Provided only for the inital recurring payment." + "description": "The recurring payment tokens. Provided only for the initial recurring payment." } } } @@ -232,7 +232,7 @@ "items": { "$ref": "#/components/schemas/Method" }, - "description": "Possible valies: CARD, WIRE or EAM." + "description": "Possible values: CARD, WIRE or EAM." }, "timeout": { "type": "string", diff --git a/src/Client.php b/src/Client.php index 2af37d2..f78e394 100644 --- a/src/Client.php +++ b/src/Client.php @@ -67,7 +67,7 @@ public function client(): ClientInterface { $stack = HandlerStack::create(); - // Siganture Header middleware + // Signature Header middleware // Form data middleware $client = new Http([