[Webkit-unassigned] [Bug 223621] New: [Payment Request] move added `object data` to `ApplePayModifier`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 22 19:14:40 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223621

            Bug ID: 223621
           Summary: [Payment Request] move added `object data` to
                    `ApplePayModifier`
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com

After looking at the spec a bit more, the existing `object data` in `PaymentDetailsModifier` and `PaymentMethodData` is a sibling to a `required DOMString supportedMethods` which acts as a "guard" to make sure that the structure of `data` is only limited to that `supportedMethods` meaning that there's no concern over naming collisions between two different `supportedMethods`.  As such, the `object data` added to `PaymentItem` and `PaymentDetailsBase` and `PaymentShippingOption` should really be part of `ApplePayModifier` (which is what the `object data` in `PaymentDetailsModifier` is parsed into).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210323/2d0e9f0e/attachment.htm>


More information about the webkit-unassigned mailing list