-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0054206 added universal payment (#18)
* 0054187 added additional fields + some refactorring * fixed afterbuy order helper registration * added todo for variant articles base association * 0054206: Create fallback payment on install and update * 0054206: Make payment mapping config fields not required * 0054206: Return new Afterbuy universal payment at first * 0054206: Refactor code * 0054206: Improve order sort * 0054206: Avoid collisions with other plugin configs * 0054206: Remove TODO as there is nothing to do * 0054206: Refactor ShopwareResetHelper * 0054206: Make payment mapping fields not required - in "our" config tool * 0054187: Added some refactoring hints * 0054187: Add baseProductFlag to ValueArticle * 0054187: Refactor AfterbuyProductsHelper * 0054187: Use baseProductsFlag, to identify variation sets * refactored article retrieval method * refactored services * extended exception handling * fixed payment type association * fixed payment type association * code opt * fixed missing shipping address in order export * fixed return value for article generation * updated changelog
- Loading branch information
1 parent
4e27b94
commit 9fbbb5f
Showing
42 changed files
with
1,204 additions
and
829 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
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
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
Submodule API
updated
27 files
+0 −0 | .gitignore | |
+25 −27 | ApiClient.php | |
+0 −0 | CHANGELOG.md | |
+0 −0 | Encoder.php | |
+2 −1 | Normalizer.php | |
+0 −0 | README.md | |
+0 −12 | Tests/ApiClientTest.php | |
+0 −1,558 | Types/Product.php | |
+0 −107 | Types/Product/AddAttribut.php | |
+0 −47 | Types/Product/AddAttributes.php | |
+0 −123 | Types/Product/AddBaseProduct.php | |
+0 −59 | Types/Product/AddBaseProducts.php | |
+0 −67 | Types/Product/AddCatalog.php | |
+0 −47 | Types/Product/AddCatalogs.php | |
+0 −128 | Types/Product/AdditionalDescriptionField.php | |
+0 −27 | Types/Product/AdditionalDescriptionFields.php | |
+0 −29 | Types/Product/PartsFitment.php | |
+0 −27 | Types/Product/PartsProperties.php | |
+0 −47 | Types/Product/PartsProperty.php | |
+0 −144 | Types/Product/ProductIdent.php | |
+0 −115 | Types/Product/ProductPicture.php | |
+0 −36 | Types/Product/ProductPictures.php | |
+0 −67 | Types/Product/ScaledDiscount.php | |
+0 −27 | Types/Product/ScaledDiscounts.php | |
+0 −47 | Types/Product/Skus.php | |
+0 −17 | composer.json | |
+0 −1,648 | composer.lock |
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,3 +1,4 @@ | ||
/*noinspection CssUnusedSymbol*/ | ||
.afterbuy-grid-cell { | ||
background-image: radial-gradient(#f8e435, transparent); | ||
} |
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.