Skip to content

GooglePay fields to snake case update#331

Merged
david-ruiz-cko merged 2 commits into
masterfrom
feature/INT-1619
Apr 22, 2026
Merged

GooglePay fields to snake case update#331
david-ruiz-cko merged 2 commits into
masterfrom
feature/INT-1619

Conversation

@david-ruiz-cko
Copy link
Copy Markdown
Contributor

This pull request updates the naming conventions for request class properties in the Google Pay integration to use snake_case instead of camelCase. This change improves consistency and aligns with common PHP coding standards.

Property renaming for consistency:

  • Renamed properties in GooglePayEnrollmentRequest from camelCase to snake_case: entityIdentity_id, emailAddressemail_address, and acceptTermsOfServiceaccept_terms_of_service.
  • Renamed the webDomain property to web_domain in GooglePayRegisterDomainRequest.…ake-case)

@david-ruiz-cko david-ruiz-cko requested a review from a team April 21, 2026 14:16
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
B Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@david-ruiz-cko david-ruiz-cko merged commit cebce97 into master Apr 22, 2026
5 of 6 checks passed
@david-ruiz-cko david-ruiz-cko deleted the feature/INT-1619 branch April 22, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants