RESOLVED FIXED Bug 178609
[Payment Request] Resolve PaymentRequest.show()'s accept promise when a payment is authorized
https://bugs.webkit.org/show_bug.cgi?id=178609
Summary [Payment Request] Resolve PaymentRequest.show()'s accept promise when a payme...
Andy Estes
Reported 2017-10-20 16:52:41 PDT
[Payment Request] Resolve PaymentRequest.show()'s accept promise when a payment is authorized
Attachments
Patch (91.54 KB, patch)
2017-10-20 17:00 PDT, Andy Estes
no flags
Patch (95.99 KB, patch)
2017-10-23 12:29 PDT, Andy Estes
no flags
Patch (94.51 KB, patch)
2017-10-23 13:24 PDT, Andy Estes
no flags
Andy Estes
Comment 1 2017-10-20 17:00:38 PDT
Build Bot
Comment 2 2017-10-20 17:03:07 PDT Comment hidden (obsolete)
Alex Christensen
Comment 3 2017-10-23 09:49:00 PDT
Comment on attachment 324468 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=324468&action=review > Source/WebCore/Modules/applepay/paymentrequest/ApplePayPaymentHandler.cpp:287 > + auto address = PaymentAddress::create(); > + address->setCountry(contact.countryCode); Could we make a constructor that takes these values so if we add one later we won't forget to add setters in all the necessary places? > Source/WebCore/Modules/paymentrequest/PaymentAddress.h:38 > + static Ref<PaymentAddress> create() Yeah, let's add a meaningful constructor instead of a bunch of setters.
Andy Estes
Comment 4 2017-10-23 12:29:38 PDT Comment hidden (obsolete)
Andy Estes
Comment 5 2017-10-23 12:30:31 PDT
WebKit Commit Bot
Comment 6 2017-10-23 12:33:14 PDT Comment hidden (obsolete)
Andy Estes
Comment 7 2017-10-23 13:24:11 PDT
WebKit Commit Bot
Comment 8 2017-10-23 14:00:50 PDT
Comment on attachment 324582 [details] Patch Clearing flags on attachment: 324582 Committed r223855: <https://trac.webkit.org/changeset/223855>
WebKit Commit Bot
Comment 9 2017-10-23 14:00:52 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.