Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to distribute Payment connectors with new commerce SDK install solution [ScaleUnit.Sample.Installer] #273

Open
pkilli opened this issue Apr 18, 2024 · 0 comments

Comments

@pkilli
Copy link

pkilli commented 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

<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

@pkilli 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant