Deploy Payment Connector with commerce SDK #176
-
Customer has picked the payment connector sample from retail SDK and implemented with commerce SDK , now we have added inside the scale unit deployable project a reference to payment connector project. We have also tried to include the payment connector dlls with content include however the CSU package Is created with out payment connector dll. So do we have an guidance on how customer can do that with commerce SKD , I have found this link but seems more retailed to retail SDK https://learn.microsoft.com/en-us/dynamics365/commerce/dev-itpro/deploy-payment-connector |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hello @ahgamal-ms - the process should be the same as including files like in other Commerce SDK extensions. I can see that the Just to be sure - does the |
Beta Was this translation helpful? Give feedback.
-
Hi @ahgamal-ms - I'll check with the CSU team to see if there are different requirements for the payment connectors in their package, though don't think there would be. If the customer is using |
Beta Was this translation helpful? Give feedback.
Hi @ahgamal-ms - I discussed with the team and it looks like CSU does actually have some different rules around their targets file. We've filed a documentation bug so that customers can see exactly which ItemGroups they should be using for each feature area.
For now though, in the
GG.ScaleUnit
project can you try replacing theContent
tag on lines 20 and 22 withIPayment_Processor_Assemblies
instead? It looks like that should resolve the issue and copy the files into the correct folder location. So the full code block would be