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

Add display_name Property to Hosted Payment Request #144

Conversation

armando-rodriguez-cko
Copy link
Contributor

Description:

This PR introduces a new property, DisplayName, to the hosted payment request.


Key Changes:

hosted.go:

  • Added the DisplayName property to the hosted payment structure:
    • Type: string
    • JSON Tag: json:"display_name,omitempty"

Impact:

  • Backward Compatible: The property is optional (omitempty), ensuring existing integrations remain unaffected.

Additional Notes:

  • This addition aligns with feature requests for greater customisation in hosted payment flows.

@armando-rodriguez-cko armando-rodriguez-cko requested a review from a team January 10, 2025 09:31
@armando-rodriguez-cko armando-rodriguez-cko force-pushed the feature/INT-1539-add-display-name-field-to-the-hosted-payments-request-go-lang-sdk branch from 8c380ac to a0f7d1c Compare January 10, 2025 10:07
@armando-rodriguez-cko armando-rodriguez-cko merged commit b509dfd into master Jan 14, 2025
4 checks passed
@armando-rodriguez-cko armando-rodriguez-cko deleted the feature/INT-1539-add-display-name-field-to-the-hosted-payments-request-go-lang-sdk branch January 14, 2025 16:49
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