Skip to content

Commit 66a1480

Browse files
Elijah ZawatskyCopilot
andcommitted
Capitalize productId value in Store PDP example
Co-authored-by: Copilot <[email protected]>
1 parent 09c0ec3 commit 66a1480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uwp/monetize/send-requests-to-the-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The following examples show the format of the JSON data to pass to *parametersAs
201201
```json
202202
{
203203
"storeAction": 1,
204-
"productId": "9pb2mz1zmb1s",
204+
"productId": "9PB2MZ1ZMB1S",
205205
"autoInstall": true,
206206
"autoOpenOnInstallComplete": true
207207
}

0 commit comments

Comments
 (0)