We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ec4a3 commit aef1090Copy full SHA for aef1090
inputfiles/patches/payment-request.kdl
@@ -9,3 +9,9 @@ interface PaymentRequest {
9
interface PaymentResponse {
10
property shippingAddress type=PaymentAddress
11
}
12
+
13
+removals {
14
+ dictionary PaymentDetailsUpdate {
15
+ member payerErrors // Webkit only as of 2025-12
16
+ }
17
+}
inputfiles/removedTypes.jsonc
@@ -185,13 +185,6 @@
185
186
187
},
188
- "PaymentDetailsUpdate": {
189
- "members": {
190
- "member": {
191
- "payerErrors": null // WebKit only as of 2024-08
192
- }
193
194
- },
195
"PaymentOptions": {
196
"members": {
197
"member": {
0 commit comments