Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkout: Fix non-standard property in Apple Pay tracks event #8850

Merged
merged 1 commit into from
Oct 19, 2016

Conversation

gziolo
Copy link
Member

@gziolo gziolo commented Oct 19, 2016

Follow up for #8641.

Property names should also be lowercase and use underscores instead of dashes, but do not need to be prefixed by the service name because the event they are tied to already provides that information. Property names with leading underscores are reserved for special properties so you should always start your property names with a letter.

calypso_apple_pay_status is beeing rejected at the moment by Tracks Live View tool. This PR changes property name to align it with conventions used.

/cc @scruffian @Automattic/sdev-feed

@gziolo gziolo added [Type] Bug When a feature is broken and / or not performing as intended [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. [Feature] Checkout The checkout screen and process for purchases made on WordPress.com. labels Oct 19, 2016
@gziolo gziolo self-assigned this Oct 19, 2016
@matticbot
Copy link
Contributor

@scruffian
Copy link
Member

LGTM 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Checkout The checkout screen and process for purchases made on WordPress.com. [Type] Bug When a feature is broken and / or not performing as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants