From 57bbb06d291ecf7803179f0ae112c19b1e087f3d Mon Sep 17 00:00:00 2001 From: CHABANE HADJER <50581285+hchabane21@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:48:51 +0100 Subject: [PATCH] Fix sandbox field for the Create payment request - Payment Provider Protocol.json --- VTEX - Payment Provider Protocol.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VTEX - Payment Provider Protocol.json b/VTEX - Payment Provider Protocol.json index 2d54035ef..a585c3ff8 100644 --- a/VTEX - Payment Provider Protocol.json +++ b/VTEX - Payment Provider Protocol.json @@ -739,7 +739,7 @@ "description": "The URL for the [Secure Proxy](https://developers.vtex.com/docs/guides/payments-integration-secure-proxy) to authorize the Payment (this field is absent in case the provider does not use the Secure Proxy).", "example": "https://account.vtexpayments.com.br/.../proxy" }, - "sandBoxMode": { + "sandboxMode": { "type": "boolean", "description": "Indicates whether or not this request is being sent from a sandbox environment.", "example": false