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
and are able to to have the payment connector files included in the scale unit deployment package by including
<ItemGroup>
<IPayment_Processor_Assemblies Include="path to dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</IPayment_Processor_Assemblies>
</ItemGroup>
in scaleUnit.csproj file.
This does not solve the issue for the scaleUnit.Sample.Installer. I have also tried using Content include
<ItemGroup>
<Content Include="path to dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</IPayment_Processor_Assemblies>
</ItemGroup>
without any success, and also tried to add project reference
Version and Error Info
Commerce SDK Version: 9.47
The text was updated successfully, but these errors were encountered:
pkilli
changed the title
How to distribute Payment connectors with new commerce SDK install solution [Project Type][Build Issue]
How to distribute Payment connectors with new commerce SDK install solution [ScaleUnit.Sample.Installer]
Apr 18, 2024
Build Issue
Summary
I am unable to include the payment connector files to the extension installer.
I have followed the solution of this issue #176
and are able to to have the payment connector files included in the scale unit deployment package by including
in scaleUnit.csproj file.
This does not solve the issue for the scaleUnit.Sample.Installer. I have also tried using Content include
without any success, and also tried to add project reference
Version and Error Info
Commerce SDK Version: 9.47
The text was updated successfully, but these errors were encountered: