-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
While crawling Payment Handler API, the following enum values were found to ignore naming conventions (lower case, hyphen separated words):
- The value
"shippingAddress"
of the enumPaymentDelegation
does not match the expected conventions (lower case, hyphen separated words) - The value
"payerName"
of the enumPaymentDelegation
does not match the expected conventions (lower case, hyphen separated words) - The value
"payerPhone"
of the enumPaymentDelegation
does not match the expected conventions (lower case, hyphen separated words) - The value
"payerEmail"
of the enumPaymentDelegation
does not match the expected conventions (lower case, hyphen separated words)
See Use casing rules consistent with existing APIs in Web Platform Design Principles document for guidance.
This issue was detected and reported semi-automatically by Strudy based on data collected in webref.
Metadata
Metadata
Assignees
Labels
No labels