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", "" };

I believe we want to remove the `processing` from here pending a better understanding on how the merchant would get notified/retrieve that the payment is succeeded?

-- 
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#pullrequestreview-8068107

Received on Thursday, 10 November 2016 18:25:12 UTC