Skip to content

dengyakui/UmsPay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UmsPay

Build Status Supports China Ums qrcode pay

How to setup the component?

  1. Open then samples web project, and add the appsettings.json file based on your payment paramers from your client or ums provider
  2. In then starup class, config as follows:
        public void ConfigureServices(IServiceCollection services)
        {
            services.Configure<UmsPayOptions>(_configuration);
            services.AddUmsPay();
            services.AddUmsPayHttpClient();
            services.AddMvc();
        }
  1. More useage details was in Home Controler, you can set up a breakpoint, and open the debugger.

About

support china ums qrcode pay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages