File tree Expand file tree Collapse file tree 2 files changed +9
-21
lines changed Expand file tree Collapse file tree 2 files changed +9
-21
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments