Browse Source

Update PaymentRequestCompletedEto.cs

pull/69/head
Enis Necipoğlu 5 years ago
parent
commit
55e5fcdccc
  1. 1
      modules/payment/src/Payment.Domain.Shared/PaymentRequests/PaymentRequestCompletedEto.cs

1
modules/payment/src/Payment.Domain.Shared/PaymentRequests/PaymentRequestCompletedEto.cs

@ -8,6 +8,7 @@ namespace Payment.PaymentRequests
public class PaymentRequestCompletedEto : EtoBase, IHasExtraProperties
{
public Guid PaymentRequestId { get; set; }
public ExtraPropertyDictionary ExtraProperties { get; set; }
}
}

Loading…
Cancel
Save