Skip to content

Commit

Permalink
[commerce] Added Payum & Payum Connector (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou authored Nov 15, 2023
1 parent 8946700 commit ece2cf6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ibexa/commerce/4.6/config/routes/payum.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
payum_all:
resource: "@PayumBundle/Resources/config/routing/all.xml"
4 changes: 3 additions & 1 deletion ibexa/commerce/4.6/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
"Ibexa\\Bundle\\OrderManagement\\IbexaOrderManagementBundle": ["all"],
"Ibexa\\Bundle\\Payment\\IbexaPaymentBundle": ["all"],
"Ibexa\\Bundle\\Shipping\\IbexaShippingBundle": ["all"],
"Ibexa\\Bundle\\CorporateAccountCommerceBridge\\IbexaCorporateAccountCommerceBridgeBundle": ["all"]
"Ibexa\\Bundle\\CorporateAccountCommerceBridge\\IbexaCorporateAccountCommerceBridgeBundle": ["all"],
"Payum\\Bundle\\PayumBundle\\PayumBundle": ["all"],
"Ibexa\\Bundle\\ConnectorPayum\\IbexaConnectorPayumBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
Expand Down
4 changes: 4 additions & 0 deletions ibexa/connector-payum/4.6/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}

0 comments on commit ece2cf6

Please sign in to comment.