-
Notifications
You must be signed in to change notification settings - Fork 22.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken links in Payment API (#31526)
* updateWith method is defined on PaymentRequestUpdateEvent * PaymentInstrument is a non-standard dictionary * payerdetailchange event is on PaymentResponse * PaymentShippingOption is a non-standard dictionary * PaymentDetailsModifier is a dictionary * AddressErrors is a dictionary * the two methods are on PaymentResponse * remove links of payerdetailchange event * update details for PaymentDetailsModifier * add . * remove mention of PaymentInstrument * add {{non-standard_inline}} for shippingAddressErrors & error param of PaymentRequest.show & PaymentRequestUpdateEvent.updateWith * add {{deprecated_inline}} & {{non-standard_inline}} to `shippingOptions` of PaymentRequest.show & PaymentRequestUpdateEvent.updateWith * update example of PaymentRequest.paymentmethodchange_event * fix lint error * Update files/en-us/web/api/paymentrequestupdateevent/updatewith/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/api/paymentrequest/show/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Apply suggestions from code review Co-authored-by: wbamberg <[email protected]> * Apply suggestions from code review * Update files/en-us/web/api/paymentrequestevent/changepaymentmethod/index.md * Update files/en-us/web/api/paymentrequestupdateevent/updatewith/index.md --------- Co-authored-by: Jean-Yves Perrier <[email protected]> Co-authored-by: wbamberg <[email protected]>
- Loading branch information
1 parent
8a3cafa
commit 5239b29
Showing
8 changed files
with
48 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters