-
Notifications
You must be signed in to change notification settings - Fork 2
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
d88f45f
commit 50eee86
Showing
26 changed files
with
1,220 additions
and
641 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 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,63 +1,63 @@ | ||
{ | ||
"authors": [ | ||
{ | ||
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html", | ||
"name": "PostFinance Checkout" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"PostFinanceCheckoutPayment\\": "src/" | ||
} | ||
}, | ||
"description": "PostFinanceCheckout integration for Shopware 6", | ||
"extra": { | ||
"copyright": "(c) by PostFinance Checkout", | ||
"description": { | ||
"de-DE": "PostFinanceCheckout integration f\u00fcr Shopware 6", | ||
"en-GB": "PostFinanceCheckout integration for Shopware 6", | ||
"fr-FR": "Int\u00e9gration de PostFinanceCheckout pour Shopware 6", | ||
"it-IT": "Integrazione PostFinanceCheckout per Shopware" | ||
}, | ||
"label": { | ||
"de-DE": "PostFinanceCheckout Produkte f\u00fcr Shopware 6", | ||
"en-GB": "PostFinanceCheckout Products for Shopware 6", | ||
"fr-FR": "PostFinanceCheckout Produits for Shopware 6", | ||
"it-IT": "PostFinanceCheckout Prodotti per Shopware 6" | ||
}, | ||
"manufacturerLink": { | ||
"de-DE": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html", | ||
"en-GB": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html", | ||
"fr-FR": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html", | ||
"it-IT": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html" | ||
}, | ||
"supportLink": { | ||
"de-DE": "https://www.postfinance.ch/en/business/support.html", | ||
"en-GB": "https://www.postfinance.ch/en/business/support.html", | ||
"fr-FR": "https://www.postfinance.ch/en/business/support.html", | ||
"it-IT": "https://www.postfinance.ch/en/business/support.html" | ||
}, | ||
"shopware-plugin-class": "PostFinanceCheckoutPayment\\PostFinanceCheckoutPayment" | ||
}, | ||
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html/", | ||
"keywords": [ | ||
"PostFinance Checkout", | ||
"payment", | ||
"php", | ||
"shopware" | ||
], | ||
"license": "Apache-2.0", | ||
"name": "postfinancecheckout/shopware-6", | ||
"require": { | ||
"ext-curl": "*", | ||
"ext-json": "*", | ||
"ext-mbstring": "*", | ||
"php": ">=8.2", | ||
"shopware/core": "6.6.*", | ||
"shopware/administration": "~6.6.0", | ||
"shopware/storefront": "6.6.*", | ||
"postfinancecheckout/sdk": "4.6.0" | ||
}, | ||
"type": "shopware-platform-plugin", | ||
"version": "6.1.9" | ||
} | ||
"authors": [ | ||
{ | ||
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html", | ||
"name": "PostFinance Checkout" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"PostFinanceCheckoutPayment\\": "src/" | ||
} | ||
}, | ||
"description": "PostFinanceCheckout integration for Shopware 6", | ||
"extra": { | ||
"copyright": "(c) by PostFinance Checkout", | ||
"description": { | ||
"de-DE": "PostFinanceCheckout integration für Shopware 6", | ||
"en-GB": "PostFinanceCheckout integration for Shopware 6", | ||
"fr-FR": "Intégration de PostFinanceCheckout pour Shopware 6", | ||
"it-IT": "Integrazione PostFinanceCheckout per Shopware" | ||
}, | ||
"label": { | ||
"de-DE": "PostFinanceCheckout Produkte für Shopware 6", | ||
"en-GB": "PostFinanceCheckout Products for Shopware 6", | ||
"fr-FR": "PostFinanceCheckout Produits for Shopware 6", | ||
"it-IT": "PostFinanceCheckout Prodotti per Shopware 6" | ||
}, | ||
"manufacturerLink": { | ||
"de-DE": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html", | ||
"en-GB": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html", | ||
"fr-FR": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html", | ||
"it-IT": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html" | ||
}, | ||
"supportLink": { | ||
"de-DE": "https://www.postfinance.ch/en/business/support.html", | ||
"en-GB": "https://www.postfinance.ch/en/business/support.html", | ||
"fr-FR": "https://www.postfinance.ch/en/business/support.html", | ||
"it-IT": "https://www.postfinance.ch/en/business/support.html" | ||
}, | ||
"shopware-plugin-class": "PostFinanceCheckoutPayment\\PostFinanceCheckoutPayment" | ||
}, | ||
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html/", | ||
"keywords": [ | ||
"PostFinance Checkout", | ||
"payment", | ||
"php", | ||
"shopware" | ||
], | ||
"license": "Apache-2.0", | ||
"name": "postfinancecheckout/shopware-6", | ||
"require": { | ||
"ext-curl": "*", | ||
"ext-json": "*", | ||
"ext-mbstring": "*", | ||
"php": ">=8.2", | ||
"shopware/core": "~6.6.0", | ||
"shopware/administration": "~6.6.0", | ||
"shopware/storefront":"~6.6.0", | ||
"postfinancecheckout/sdk": "^4.0.0" | ||
}, | ||
"type": "shopware-platform-plugin", | ||
"version": "6.1.10" | ||
} |
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
Oops, something went wrong.