Merge pull request #419

This commit is contained in:
symfony-flex-server[bot]
2019-04-06 09:05:01 +00:00
committed by GitHub
3 changed files with 22 additions and 0 deletions
@@ -0,0 +1,7 @@
comsave_salesforce_outbound_message:
wsdl_directory: 'src/Company/Resources/wsdl'
document_paths:
Account:
path: 'src/Company/Document/Account'
Product2:
path: 'src/Company/Document/Product2'
@@ -0,0 +1,8 @@
{
"bundles": {
"Comsave\\SalesforceOutboundMessageBundle\\ComsaveSalesforceOutboundMessageBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,7 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Next: Salesforce outbound message bundle configuration </>
<bg=blue;fg=white> </>
* Navigate to config/packages/comsave_outbound_message.yaml and change the values to your desired paths.
* For more information you can find the read me file at https://github.com/comsave/salesforce-outbound-message-bundle