Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 352 Bytes

File metadata and controls

11 lines (10 loc) · 352 Bytes

CloudPayments

Модуль для оплаты через систему CloudPayments.

PublicId и ApiKey необходимо заполнить данными полученными в личном кабинете.

services.AddCloudPayments(options =>
{
    options.PublicId = "Public Id";
    options.ApiKey = "Api Key";
});