mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
Merge pull request #419
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user