Skip to content

Commit aef1090

Browse files
Bashamegasaschanaz
andauthored
Migrate payerErrors to KDL (#2319)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent 56ec4a3 commit aef1090

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

inputfiles/patches/payment-request.kdl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ interface PaymentRequest {
99
interface PaymentResponse {
1010
property shippingAddress type=PaymentAddress
1111
}
12+
13+
removals {
14+
dictionary PaymentDetailsUpdate {
15+
member payerErrors // Webkit only as of 2025-12
16+
}
17+
}

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,6 @@
185185
}
186186
}
187187
},
188-
"PaymentDetailsUpdate": {
189-
"members": {
190-
"member": {
191-
"payerErrors": null // WebKit only as of 2024-08
192-
}
193-
}
194-
},
195188
"PaymentOptions": {
196189
"members": {
197190
"member": {

0 commit comments

Comments
 (0)