fix: sipay payment integration bug fixes #4
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
src/Integration.Hub/BulkModel.cs#L4
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/PaymentGateways/Integration.PaymentGateways.Sipay/Infrastructure/AuthIntegration/Models/Response/SipayBaseResponseModel.cs#L7
Non-nullable property 'StatusDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/PaymentGateways/Integration.PaymentGateways.Sipay/Infrastructure/AuthIntegration/Models/Response/SipayBaseResponseModel.cs#L8
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/PaymentGateways/Integration.PaymentGateways.Sipay/Infrastructure/AuthIntegration/Models/Response/GetAuthTokenResponseModel.cs#L6
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/PaymentGateways/Integration.PaymentGateways.Sipay/Infrastructure/AuthIntegration/Models/Response/GetAuthTokenResponseModel.cs#L8
Non-nullable property 'ExpiresAt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/PaymentGateways/Integration.PaymentGateways.Sipay/Infrastructure/PaymentIntegration/Models/Response/NonSecurePaymentResponseModel.cs#L6
Non-nullable property 'OrderNo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/PaymentGateways/Integration.PaymentGateways.Sipay/Infrastructure/PaymentIntegration/Models/Response/NonSecurePaymentResponseModel.cs#L7
Non-nullable property 'InvoiceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/PaymentGateways/Integration.PaymentGateways.Sipay/Infrastructure/PaymentIntegration/Models/Response/NonSecurePaymentResponseModel.cs#L9
Non-nullable property 'StatusDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/PaymentGateways/Integration.PaymentGateways.Sipay/Infrastructure/PaymentIntegration/Models/Response/NonSecurePaymentResponseModel.cs#L11
Non-nullable property 'TransactionType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/PaymentGateways/Integration.PaymentGateways.Sipay/Infrastructure/PaymentIntegration/Models/Response/NonSecurePaymentResponseModel.cs#L13
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading