Support multiple PaymentRequests in a frame/page |
|||||
Issue descriptionIt should be possible to have multiple PaymentRequests going on in a frame/page at the same time.
,
Apr 19 2017
(from a discussion with mahmadi@; mahmadi@: please feel free to elaborate if I missed anything) More details: this is based on how things are implemented in iOS. I'm not sure how it's done for other platforms, but it would be worth making sure it works. For iOS: PaymentRequest objects can be created in the JavaScript, but it does not currently create PaymentRequests in the model, until show() is called. This is fine for now, as only one request can be shown at once, but as I'm working on adding canMakePayment, there can be multiple active PaymentRequests, which the code does not support. Also for iOS: when the PaymentRequest constructor executes in JavaScript, it should call into the C++ code to create an object in the model, which should generate an ID for the request, and return that ID.
,
Jun 8 2017
,
Jun 27 2017
,
Jul 6 2017
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by rouslan@chromium.org
, Apr 13 2017Status: Untriaged (was: Available)