Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

problem dependences #7

Closed
cheurfa20081984 opened this issue Aug 24, 2022 · 1 comment
Closed

problem dependences #7

cheurfa20081984 opened this issue Aug 24, 2022 · 1 comment

Comments

@cheurfa20081984
Copy link

ConsoleTest problem
et dependances probleme

@rainxh11
Copy link
Collaborator

This package is using the official Microsoft.Extensions.DependencyInjection package to register itself as a singleton client.
the most straightforward way to use it would be:

using chargily.epay.csharp;

var builder = WebApplication.CreateBuilder(args); <--- Web or any generic Host Builder

builder.Services.AddChargilyEpayGateway("[API_KEY]");

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants