Add option to disable PD check on service side
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
using Hcs.Client.Api.Payload.Bills;
|
||||
using Hcs.Client.Api.Registry;
|
||||
using Hcs.Client.Api.Type;
|
||||
using Hcs.Service.Async.Bills;
|
||||
using System;
|
||||
|
||||
namespace Hcs.TestApp.Scenario
|
||||
@ -19,6 +20,7 @@ namespace Hcs.TestApp.Scenario
|
||||
};
|
||||
var payload = new ImportPaymentDocumentPayload()
|
||||
{
|
||||
confirmAmountsCorrect = true,
|
||||
month = 8,
|
||||
year = 2025,
|
||||
paymentInformation = [paymentInformation],
|
||||
|
||||
Reference in New Issue
Block a user