Skip to content

Commit

Permalink
Deprecate MerchantValidationEvent
Browse files Browse the repository at this point in the history
This change marks MerchantValidationEvent and all its subfeatures
standard_track:false and deprecated:true, due to the fact it was all
removed from the Payment Request spec:

* w3c/payment-request#929
* w3c/payment-request@8337fee

https://developer.mozilla.org/en-US/docs/Web/API/MerchantValidationEvent
and its sub-articles already updated.
  • Loading branch information
sideshowbarker committed Oct 12, 2020
1 parent 8cae743 commit eea3909
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions api/MerchantValidationEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
"standard_track": false,
"deprecated": true
}
},
"MerchantValidationEvent": {
Expand Down Expand Up @@ -109,8 +109,8 @@
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
"standard_track": false,
"deprecated": true
}
}
},
Expand Down Expand Up @@ -160,8 +160,8 @@
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
"standard_track": false,
"deprecated": true
}
}
},
Expand Down Expand Up @@ -210,8 +210,8 @@
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
"standard_track": false,
"deprecated": true
}
}
},
Expand Down Expand Up @@ -260,8 +260,8 @@
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
"standard_track": false,
"deprecated": true
}
}
}
Expand Down

0 comments on commit eea3909

Please sign in to comment.