8000 Add PaymentRequest.prototype.hasEnrolledInstrument() by danyao · Pull Request #833 · w3c/payment-request · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2f6bb15
Add hasEnrolledInstrument()
danyao Feb 8, 2019
78b9bb6
Add hasEnrolledInstrument() to PaymentRequest API
danyao Feb 8, 2019
bf13afe
Incorporate reviewer feedback.
ianbjacobs Feb 8, 2019
b926976
Incorporate reviewer feedback.
ianbjacobs Feb 8, 2019
ded4b4a
Incorporate reviewer feedback.
ianbjacobs Feb 8, 2019
b664b3c
Incorporate reviewer feedback.
marcoscaceres Feb 11, 2019
c408c42
Incorporate reviewer feedback.
marcoscaceres Feb 11, 2019
d38c6df
Incorporate reviewer feedback.
marcoscaceres Feb 11, 2019
a2cc4b9
reword canMakePayment note
danyao Feb 11, 2019
1f95549
Dedup canMakePayment() and hasEnrolledInstrument() algorithms
danyao Feb 11, 2019
6815ed5
Remove canMakePayment() language from Privacy Considerations because …
danyao Feb 11, 2019
7252b56
Update index.html
marcoscaceres Feb 15, 2019
c885809
Update index.html
marcoscaceres Feb 15, 2019
0f8b74c
Update index.html
marcoscaceres Feb 15, 2019
c9822c7
Update index.html
marcoscaceres Feb 15, 2019
f3f5120
Update index.html
marcoscaceres Feb 15, 2019
38174d1
Add privacy note for canMakePayment
danyao Feb 15, 2019
5d8147c
Fix early exit bug in can make payment algorithm
danyao Feb 15, 2019
7dc08ec
Update index.html
marcoscaceres Feb 15, 2019
8ad4554
Update index.html
marcoscaceres Feb 15, 2019
61260d3
Simply language per review feedback
danyao Feb 15, 2019
ca25168
Merge branch 'hasEnrolledInstrument' of https://github.com/danyao/pay…
danyao Feb 15, 2019
644ed0c
Nit: autogenerate link to section.
marcoscaceres Feb 18, 2019
25ef9c0
Update index.html
aestes Mar 4, 2019
83818dd
Merge branch 'gh-pages' into hasEnrolledInstrument
marcoscaceres Mar 22, 2019
9db2c7d
Merge with upstream/gh-pages
danyao May 2, 2019
7e28ff4
git pull origin hasEnrolledInstrument
danyao May 2, 2019
6faac81
Fix broken link
danyao May 2, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update index.html
Co-Authored-By: danyao <danyao@chromium.org>
  • Loading branch information
marcoscaceres and danyao authored Feb 15, 2019
commit c885809c072fc7d5b03d157141a26484ea443851
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4248,7 +4248,7 @@ <h2>
agent</a> supports making payment with a <a>PaymentRequest</a>. It
takes a boolean argument, <var>checkForInstruments</var>, that
specifies whether the algorithm checks for existence of enrolled
instruments in addition to basic support of a <a>payment method</a>.
instruments in addition to supporting <a>payment method</a>.
</p>
<ol class="algorithm">
<li>Let <var>request</var> be the <a>PaymentRequest</a> object on
Expand Down
0