diff --git a/src/MAVN.Service.PayrexxIntegration/Controllers/PayrexxIntegrationController.cs b/src/MAVN.Service.PayrexxIntegration/Controllers/PayrexxIntegrationController.cs index 6a87213..219d019 100644 --- a/src/MAVN.Service.PayrexxIntegration/Controllers/PayrexxIntegrationController.cs +++ b/src/MAVN.Service.PayrexxIntegration/Controllers/PayrexxIntegrationController.cs @@ -206,6 +206,8 @@ public async Task 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) diff --git a/src/MAVN.Service.PayrexxIntegration/MAVN.Service.PayrexxIntegration.csproj b/src/MAVN.Service.PayrexxIntegration/MAVN.Service.PayrexxIntegration.csproj index 99dc5a2..afeeb0d 100644 --- a/src/MAVN.Service.PayrexxIntegration/MAVN.Service.PayrexxIntegration.csproj +++ b/src/MAVN.Service.PayrexxIntegration/MAVN.Service.PayrexxIntegration.csproj @@ -24,7 +24,7 @@ - +