[feature] added support for Blik with code #341
Annotations
1 error and 10 warnings
dotnet 6.0.x
Process completed with exit code 1.
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L298
'LastRequestInfo.RateLimitingCallsAllowed' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L299
'LastRequestInfo.RateLimitingCallsRemaining' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L300
'LastRequestInfo.RateLimitingTimeTillReset' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L301
'LastRequestInfo.RateLimitingCallsMade' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L298
'LastRequestInfo.RateLimitingCallsAllowed' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L299
'LastRequestInfo.RateLimitingCallsRemaining' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L300
'LastRequestInfo.RateLimitingTimeTillReset' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK/Core/RestTool.cs#L301
'LastRequestInfo.RateLimitingCallsMade' is obsolete: 'This property only holds one of the values. Please use 'RateLimits' instead'
|
dotnet 6.0.x:
MangoPay.SDK.Tests/ApiPayInsTest.cs#L71
'PayInPayPalPostDTO' is obsolete: 'PayInPayPalPostDTO is deprecated, please use PayInPayPalWebPostDTO instead.'
|
dotnet 6.0.x:
MangoPay.SDK.Tests/ApiPayInsTest.cs#L73
'ApiPayIns.CreatePayPalAsync(PayInPayPalPostDTO, string)' is obsolete: 'CreatePayPalAsync is deprecated, please use CreatePayPalWebAsync instead.'
|