forked from wallee-payment/shopware-6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b87392
commit 0d0fc0d
Showing
11 changed files
with
131 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,66 @@ | ||
{ | ||
"authors": [ | ||
{ | ||
"homepage": "https://www.wallee.com", | ||
"name": "wallee" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"WalleePayment\\": "src/" | ||
} | ||
}, | ||
"conflict": { | ||
"shopware/administration": "<6.4.2.1,>=7", | ||
"shopware/storefront": "<6.4.2.1,>=7" | ||
}, | ||
"description": "Wallee integration for Shopware 6", | ||
"extra": { | ||
"copyright": "(c) by wallee", | ||
"description": { | ||
"de-DE": "Wallee integration für Shopware 6", | ||
"en-GB": "Wallee integration for Shopware 6", | ||
"fr-FR": "Intégration de Wallee pour Shopware 6", | ||
"it-IT": "Integrazione Wallee per Shopware" | ||
}, | ||
"label": { | ||
"de-DE": "Wallee Produkte für Shopware 6", | ||
"en-GB": "Wallee Products for Shopware 6", | ||
"fr-FR": "Wallee Produits for Shopware 6", | ||
"it-IT": "Wallee Prodotti per Shopware 6" | ||
}, | ||
"manufacturerLink": { | ||
"de-DE": "https://www.wallee.com", | ||
"en-GB": "https://www.wallee.com", | ||
"fr-FR": "https://www.wallee.com", | ||
"it-IT": "https://www.wallee.com" | ||
}, | ||
"supportLink": { | ||
"de-DE": "https://app-wallee.com/space/select?target=/support", | ||
"en-GB": "https://app-wallee.com/space/select?target=/support", | ||
"fr-FR": "https://app-wallee.com/space/select?target=/support", | ||
"it-IT": "https://app-wallee.com/space/select?target=/support" | ||
}, | ||
"shopware-plugin-class": "WalleePayment\\WalleePayment" | ||
}, | ||
"homepage": "https://www.wallee.com/", | ||
"keywords": [ | ||
"wallee", | ||
"payment", | ||
"php", | ||
"shopware" | ||
], | ||
"license": "Apache-2.0", | ||
"name": "wallee/shopware-6", | ||
"require": { | ||
"ext-curl": "*", | ||
"ext-json": "*", | ||
"ext-mbstring": "*", | ||
"php": ">=7.4" | ||
}, | ||
"type": "shopware-platform-plugin" | ||
} | ||
"authors": [ | ||
{ | ||
"homepage": "https://www.wallee.com", | ||
"name": "wallee" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"WalleePayment\\": "src/" | ||
} | ||
}, | ||
"conflict": { | ||
"shopware/administration": "<6.4.2.1,>=7", | ||
"shopware/storefront": "<6.4.2.1,>=7" | ||
}, | ||
"description": "Wallee integration for Shopware 6", | ||
"extra": { | ||
"copyright": "(c) by wallee", | ||
"description": { | ||
"de-DE": "Wallee integration f\u00fcr Shopware 6", | ||
"en-GB": "Wallee integration for Shopware 6", | ||
"fr-FR": "Int\u00e9gration de Wallee pour Shopware 6", | ||
"it-IT": "Integrazione Wallee per Shopware" | ||
}, | ||
"label": { | ||
"de-DE": "Wallee Produkte f\u00fcr Shopware 6", | ||
"en-GB": "Wallee Products for Shopware 6", | ||
"fr-FR": "Wallee Produits for Shopware 6", | ||
"it-IT": "Wallee Prodotti per Shopware 6" | ||
}, | ||
"manufacturerLink": { | ||
"de-DE": "https://www.wallee.com", | ||
"en-GB": "https://www.wallee.com", | ||
"fr-FR": "https://www.wallee.com", | ||
"it-IT": "https://www.wallee.com" | ||
}, | ||
"supportLink": { | ||
"de-DE": "https://app-wallee.com/space/select?target=/support", | ||
"en-GB": "https://app-wallee.com/space/select?target=/support", | ||
"fr-FR": "https://app-wallee.com/space/select?target=/support", | ||
"it-IT": "https://app-wallee.com/space/select?target=/support" | ||
}, | ||
"shopware-plugin-class": "WalleePayment\\WalleePayment" | ||
}, | ||
"homepage": "https://www.wallee.com/", | ||
"keywords": [ | ||
"wallee", | ||
"payment", | ||
"php", | ||
"shopware" | ||
], | ||
"license": "Apache-2.0", | ||
"name": "wallee/shopware-6", | ||
"require": { | ||
"ext-curl": "*", | ||
"ext-json": "*", | ||
"ext-mbstring": "*", | ||
"php": ">=7.4", | ||
"shopware/core": "6.5.*", | ||
"shopware/storefront": "6.5.*", | ||
"wallee/sdk": "3.2.0" | ||
}, | ||
"type": "shopware-platform-plugin", | ||
"version": "5.0.2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
src/Resources/views/storefront/page/checkout/order/wallee_header.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters