File tree Expand file tree Collapse file tree 2 files changed +10
-22
lines changed Expand file tree Collapse file tree 2 files changed +10
-22
lines changed Original file line number Diff line number Diff line change 3369
3369
"MediaSource" : {
3370
3370
"exposed" : " Window"
3371
3371
},
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
-
3394
3372
"SourceBuffer" : {
3395
3373
"exposed" : " Window"
3396
3374
},
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
+
8
+ interface PaymentResponse {
9
+ property shippingAddress type= PaymentAddress
10
+ }
You can’t perform that action at this time.
0 commit comments