Skip to content

Commit 92bb2aa

Browse files
committed
Payments
1 parent 7179603 commit 92bb2aa

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

inputfiles/overridingTypes.jsonc

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3364,27 +3364,6 @@
33643364
"exposed": "Window"
33653365
},
33663366

3367-
// Payment Request added shippingAddress with a different type
3368-
// https://github.com/w3c/payment-request/pull/996
3369-
"PaymentRequest": {
3370-
"properties": {
3371-
"property": {
3372-
"shippingAddress": {
3373-
"type": "PaymentAddress"
3374-
}
3375-
}
3376-
}
3377-
},
3378-
"PaymentResponse": {
3379-
"properties": {
3380-
"property": {
3381-
"shippingAddress": {
3382-
"type": "PaymentAddress"
3383-
}
3384-
}
3385-
}
3386-
},
3387-
33883367
"SourceBuffer": {
33893368
"exposed": "Window"
33903369
},

inputfiles/patches/payment.kdl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
interface PaymentResponse {
8+
property shippingAddress type=PaymentAddress
9+
}

0 commit comments

Comments
 (0)