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 7464332b2b Tested: No status emails sent to commits@ofbiz.apache.org 
(OFBIZ-22689)
7464332b2b is described below

commit 7464332b2bf10362968dec435a954e0d3ab7a9ef
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Mon May 23 17:37:03 2022 +0200

    Tested: No status emails sent to commits@ofbiz.apache.org (OFBIZ-22689)
    
    After migrating OFBiz BuildBot 0.8 config to 3.2 we no longer receive status
    emails (success, failure, exception) to commits@ofbiz.apache.org (answering 
to
    d...@ofbiz.apache.org)
    
    Comments out <<ProductStore storeName="OFBiz E-Commerce Store">> to get 
failing
    tests and an email from BuildBot to later removes that to get a successful 
email
    
    Thanks:  Gavin McDonald for the work
---
 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 e0785c2f0e..281b021d0a 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"/>

Reply via email to