Skip to content

Commit e89ee45

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #419
2 parents e8c6b4a + 3182058 commit e89ee45

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
comsave_salesforce_outbound_message:
2+
wsdl_directory: 'src/Company/Resources/wsdl'
3+
document_paths:
4+
Account:
5+
path: 'src/Company/Document/Account'
6+
Product2:
7+
path: 'src/Company/Document/Product2'
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"Comsave\\SalesforceOutboundMessageBundle\\ComsaveSalesforceOutboundMessageBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<bg=blue;fg=white> </>
2+
<bg=blue;fg=white> Next: Salesforce outbound message bundle configuration </>
3+
<bg=blue;fg=white> </>
4+
5+
6+
* Navigate to config/packages/comsave_outbound_message.yaml and change the values to your desired paths.
7+
* For more information you can find the read me file at https://github.com/comsave/salesforce-outbound-message-bundle

0 commit comments

Comments
 (0)