w3c / payment-request

Payment Request API
https://www.w3.org/TR/payment-request/
Other
489 stars 135 forks source link

Rename `PayerErrorFields` to be like `AddressErrors` and `BasicCardErrors` #782

Closed mnoorenberghe closed 5 years ago

mnoorenberghe commented 5 years ago

AddressErrors and BasicCardErrors both end in "Errors" but PayerErrorFields doesn't and I also find that name a bit confusing (should it have been PayerFieldErrors?). It would be nice to have consistency and rename to PayerErrors (or PayerFieldErrors if PayerErrors is too confusing).

marcoscaceres commented 5 years ago

This is kinda editorial. I don't mind fixing this - though it will mean IDL binding code in each browser will need a little updating.

akansha2608 commented 5 years ago

Hi @marcos-travel @mnoorenberghe , i would like to work on it , can you please assigned this bug to me if its available :)

Thanks

marcoscaceres commented 5 years ago

@akansha2608, happy for you to work on it. It should be as simple as a find and replace. I think we want to go with PayerErrors.