This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 3f5536dc54 Tested: No status emails sent to [email protected]
(INFRA-22689)
3f5536dc54 is described below
commit 3f5536dc54f4dc55ad5beee4dfcb09bdc218ab1b
Author: Jacques Le Roux <[email protected]>
AuthorDate: Tue May 24 17:11:25 2022 +0200
Tested: No status emails sent to [email protected] (INFRA-22689)
After migrating OFBiz BuildBot 0.8 config to 3.2 we no longer receive status
emails (success, failure, exception) to [email protected] (answering
to
[email protected])
Removes the commented out <<ProductStore storeName="OFBiz E-Commerce
Store">>
to hopefully get a successful email from BuildBot
I modified the BuildBot config to test BuildBot sends only emails on status
changes
---
applications/datamodel/data/demo/OrderDemoData.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications/datamodel/data/demo/OrderDemoData.xml
b/applications/datamodel/data/demo/OrderDemoData.xml
index 281b021d0a..e0785c2f0e 100644
--- a/applications/datamodel/data/demo/OrderDemoData.xml
+++ b/applications/datamodel/data/demo/OrderDemoData.xml
@@ -201,7 +201,7 @@ under the License.
<FacilityLocation facilityId="StoreWarehouse2" locationSeqId="TLTLTLUL01"
locationTypeEnumId="FLT_BULK" areaId="TL" aisleId="TL" sectionId="TL"
levelId="UL" positionId="05"/>
<FacilityLocation facilityId="StoreWarehouse2" locationSeqId="TLTLTLUL01"
locationTypeEnumId="FLT_PICKLOC" areaId="TL" aisleId="TL" sectionId="TL"
levelId="UL" positionId="06"/>
-<!-- <ProductStore productStoreId="9000" storeName="OFBiz E-Commerce
Store" companyName="Open For Business" title="Open For Commerce"
+ <ProductStore productStoreId="9000" storeName="OFBiz E-Commerce Store"
companyName="Open For Business" title="Open For Commerce"
subtitle="Part of the Apache OFBiz Family of Open Source
Software" payToPartyId="Company" daysToCancelNonPay="30" prorateShipping="Y"
prorateTaxes="Y"
inventoryFacilityId="WebStoreWarehouse"
oneInventoryFacility="Y" checkInventory="Y" reserveInventory="Y"
balanceResOnOrderCreation="Y" reserveOrderEnumId="INVRO_FIFO_REC"
requireInventory="N"
defaultLocaleString="en_US" defaultCurrencyUomId="USD"
defaultSalesChannelEnumId="WEB_SALES_CHANNEL" allowPassword="Y"
explodeOrderItems="N" retryFailedAuths="Y" reqReturnInventoryReceive="N"
@@ -212,7 +212,7 @@ under the License.
authErrorMessage="Problem connecting to payment processor;
we will continue to retry and notify you by email."
storeCreditValidDays="90"
storeCreditAccountEnumId="FIN_ACCOUNT"
visualThemeId="EC_DEFAULT" prodSearchExcludeVariants="Y"
autoApproveInvoice="Y" shipIfCaptureFails="Y" autoApproveOrder="Y"
showOutOfStockProducts="Y"/>
- -->
+
<!-- <ProductStorePaymentSetting productStoreId="9000"
paymentMethodTypeId="CREDIT_CARD" paymentServiceTypeEnumId="PRDS_PAY_AUTH"
paymentService="testRandomAuthorize"/> -->
<ProductStorePaymentSetting productStoreId="9000"
paymentMethodTypeId="CREDIT_CARD" paymentServiceTypeEnumId="PRDS_PAY_AUTH"
paymentService="alwaysApproveCCProcessor"
paymentCustomMethodId="CC_AUTH_ALWAYSAPPROV"/>
<ProductStorePaymentSetting productStoreId="9000"
paymentMethodTypeId="CREDIT_CARD" paymentServiceTypeEnumId="PRDS_PAY_RELEASE"
paymentService="testCCRelease" paymentCustomMethodId="CC_RELEASE_TEST"/>