Skip to content

Alternativa funcional com fluent design #251

Open
@vhs94

Description

@vhs94

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions