Skip to content

Commit 4a67195

Browse files
committed
Migrate Payments
1 parent cf21d7e commit 4a67195

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

inputfiles/overridingTypes.jsonc

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3369,28 +3369,6 @@
33693369
"MediaSource": {
33703370
"exposed": "Window"
33713371
},
3372-
3373-
// Payment Request added shippingAddress with a different type
3374-
// https://github.com/w3c/payment-request/pull/996
3375-
"PaymentRequest": {
3376-
"properties": {
3377-
"property": {
3378-
"shippingAddress": {
3379-
"type": "PaymentAddress"
3380-
}
3381-
}
3382-
}
3383-
},
3384-
"PaymentResponse": {
3385-
"properties": {
3386-
"property": {
3387-
"shippingAddress": {
3388-
"type": "PaymentAddress"
3389-
}
3390-
}
3391-
}
3392-
},
3393-
33943372
"SourceBuffer": {
33953373
"exposed": "Window"
33963374
},

inputfiles/patches/payments.kdl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Payment Request added shippingAddress with a different type
2+
// https://github.com/w3c/payment-request/pull/996
3+
4+
interface PaymentRequest {
5+
property shippingAddress type=PaymentAddress
6+
}
7+
8+
interface PaymentResponse {
9+
property shippingAddress type=PaymentAddress
10+
}

0 commit comments

Comments
 (0)