Skip to content

Conversation

@HenriqueRamos13
Copy link

@HenriqueRamos13 HenriqueRamos13 commented Jun 18, 2025

Pull Request - AbacatePay SDK

Issue Relacionada

Closes #62


Descrição

An update on ICustomerMetadata type changing name, taxId and cellphone fields to required because if you dont pass one of this fields you receive one of this errors:

{ error: "body/customer must have required property 'name'" }
{ error: "body/customer must have required property 'cellphone'" }
{ error: "body/customer must have required property 'taxId'" }

And on the actual SDK the types are optional, same on the example code in README.md


Garanta que:

  • A Issue correspondente foi aberta e está vinculada.
  • O título do PR segue o padrão: tipo: descrição breve (ex: feat: adiciona suporte a webhook).
  • O código está em conformidade com o Padrão de Código.
  • Os commits seguem o Guia de Commits.
  • Testes foram adicionados ou atualizados conforme o Guia de Testes.
  • O pipeline de CI/CD foi executado e está passando.
  • Documentação foi atualizada, se aplicável.

@changeset-bot
Copy link

changeset-bot bot commented Jun 18, 2025

⚠️ No Changeset found

Latest commit: 3bcafa2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.

1 participant