Re: [w3c/browser-payment-api] Introduce transaction_id and server callback (#292)

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