- From: stan-stripe <notifications@github.com>
- Date: Wed, 30 Nov 2016 11:43:17 -0800
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
Received on Wednesday, 30 November 2016 19:44:21 UTC
stan-stripe commented on this pull request. > @@ -1024,12 +1040,14 @@ <h2 id="state-transitions" class="informative">State transitions</h2> <section> <h2>PaymentResponse interface</h2> <pre class="idl"> - enum PaymentComplete { "success", "fail", "" }; + enum PaymentStatus { "success", "fail", "processing", "" }; My bad you still need it to communicate that the payment is not succeeded yet. Maybe `pending` is more general than `processing` but no strong feeling here. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/browser-payment-api/pull/292
Received on Wednesday, 30 November 2016 19:44:21 UTC