You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2020. It is now read-only.
Looks like the Test projects need to be updated for the change to Credit Note Allocations. Not sure how to fix myself. See errors I am getting:
Error 2 Class 'StubIntegrationProxy' must implement 'Function ApplyAllocation(creditNote As Model.CreditNote, requestXml As String) As String' for interface 'Integration.IIntegrationProxy'. C:\UTC_Projects\XeroAPI.Net\source\XeroApi.VBTests\Stubs\StubIntegrationProxy.vb 6 16 XeroApi.VBTests
and
Error 1 'XeroApi.Tests.Stubs.StubIntegrationProxy' does not implement interface member 'XeroApi.Integration.IIntegrationProxy.ApplyAllocation(XeroApi.Model.CreditNote, string)' C:\UTC_Projects\XeroAPI.Net\source\XeroApi.Tests\Stubs\StubIntegrationProxy.cs 10 20 XeroApi.Tests