Open
Description
Já que esse repo foi descontinuado, decidi montar uma alternativa open-source funcional (em csharp).
Estou usando design fluent, Seria legal ter alguém usando pra ter uns insights sobre possíveis melhorias :)
- Exemplo, criando e pagando ordem com cartao de credito:
var creditCardOrder = await client
.ForOrder()
.WithReferenceId("ref-id")
.WithNotificationUrl("https://my.url")
.WithCreditCard()
.AddCharge(new ChargeByCreditCardWriteDto())
.CreateAsync()
link do repo: https://github.com/vhs94/pagseguro-net-sdk
Metadata
Metadata
Assignees
Labels
No labels