Added first recipe for this bundle

This commit is contained in:
Dirk Scholten
2018-07-12 16:16:10 +02:00
parent aeaf921014
commit 276b82a106
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