Skip to content

Commit

Permalink
Merge pull request #7 from IliyanIlievPH/6
Browse files Browse the repository at this point in the history
Closes #6
  • Loading branch information
starkmsu committed May 21, 2020
2 parents 92e4d28 + 3ea2e53 commit cb106ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ public async Task<PaymentStatusResponse> CheckPaymentAsync(CheckPaymentRequest r
default:
throw new NotSupportedException($"Payment status {paymentStatus.Data[0].Status} is not supported");
}

result.PaymentUrl = paymentStatus.Data[0].Link;
return result;
}
catch (Exception e)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="7.0.0" />
<PackageReference Include="LykkeBiz.Sdk" Version="1.0.0" />
<PackageReference Include="MAVN.Service.PaymentIntegrationPlugin.Client" Version="1.14.3" />
<PackageReference Include="MAVN.Service.PaymentIntegrationPlugin.Client" Version="1.15.1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.14.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit cb106ac

Please sign in to comment.