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

Include sub_merchant #67

Closed
wants to merge 3 commits into from
Closed

Include sub_merchant #67

wants to merge 3 commits into from

Conversation

danielen-meli
Copy link
Contributor

Cambios realizados para el feature:

  • To use the Payment Facilitator integration, it is necessary to update the forward_data.sub_merchant property for sending the necessary’s fields.

Checklist validación PR:

  • Título y descripción clara del PR
  • Tests de mi funcionalidad
  • Documentación de mi funcionalidad
  • Tests ejecutados y pasados
  • Branch Coverage >= 80%

pkg/payment/request.go Show resolved Hide resolved
pkg/payment/request.go Show resolved Hide resolved
pkg/payment/request.go Show resolved Hide resolved
SubMerchantId string `json:"sub_merchant_id,omitempty"`
MCC string `json:"mcc,omitempty"`
Country string `json:"country,omitempty"`
AddressDoorNumber string `json:"address_door_number,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
AddressDoorNumber string `json:"address_door_number,omitempty"`
AddressDoorNumber int `json:"address_door_number,omitempty"`

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

O time confirmou que será INT

@danielen-meli danielen-meli deleted the feature/sub_merchant branch July 4, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants