From notifications-return-24296-archive-asf-public=cust-asf.ponee.io@ofbiz.apache.org Sat Mar 9 12:51:04 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C9FE518062C for ; Sat, 9 Mar 2019 13:51:03 +0100 (CET) Received: (qmail 46851 invoked by uid 500); 9 Mar 2019 12:51:02 -0000 Mailing-List: contact notifications-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list notifications@ofbiz.apache.org Received: (qmail 46842 invoked by uid 99); 9 Mar 2019 12:51:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Mar 2019 12:51:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 6A603C22F3 for ; Sat, 9 Mar 2019 12:51:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.491 X-Spam-Level: X-Spam-Status: No, score=-109.491 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_FILL_THIS_FORM_SHORT=0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 9U45frzbDC_e for ; Sat, 9 Mar 2019 12:51:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 14AFB5FDA3 for ; Sat, 9 Mar 2019 12:51:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7ED1DE031B for ; Sat, 9 Mar 2019 12:51:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 329F1257F1 for ; Sat, 9 Mar 2019 12:51:00 +0000 (UTC) Date: Sat, 9 Mar 2019 12:51:00 +0000 (UTC) From: "Chandrashekhar Dhakad (JIRA)" To: notifications@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (OFBIZ-10749) Unable to submit set Billing form in order manager when payment method is EFT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OFBIZ-10749?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D167= 88664#comment-16788664 ]=20 Chandrashekhar Dhakad commented on OFBIZ-10749: ----------------------------------------------- Hello Deepak Dixit, I=C2=A0explored *BillSettings.groovy* file and found that the value of the = paymentMethodType=C2=A0is *EXT_ACCOUNT* while fetching it from the request.= But the value of the paymentMethodType is *EFT* while fetching it from the= cart. So I improved the check using *OR* condition in the *BillSettings.ftl* file= to handle both the cases. I have=C2=A0uploaded the revised patch and removed the old one. Thanks! =C2=A0 > Unable to submit set Billing form in order manager when payment method is= EFT > -------------------------------------------------------------------------= ---- > > Key: OFBIZ-10749 > URL: https://issues.apache.org/jira/browse/OFBIZ-10749 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: Trunk > Reporter: Arpit Mor > Assignee: Chandrashekhar Dhakad > Priority: Major > Attachments: 1-SetCustomer.png, 10-ConsoleError.png, 2-Continue.p= ng, 3-AddProduct.png, 4-QuickFinalizeOrder.png, 5-EftAccount.png, 6-Telecom= Number.png, 7-Address.png, 8-EFT.png, 9-BillingAddress.png, OFBIZ-10749.pat= ch > > > Steps to regenerate: > # Login to URL: [https://demo-trunk.ofbiz.apache.org/ordermgr/control/ma= in] > # Click on order entry > # Set customer and click on continue (Please refer attachment: 1-SetCust= omer) > # Click continue on Enter Order Currency, Agreements, and Ship Dates pag= e (Please refer attachment: 2-Continue) > # Add product and click on Quick Finalize Order (Please refer attachment= : 3-AddProduct) > # On Quick Finalize Order page select UPS Air and click on EFT Account (= Please refer attachment: 4-QuickFinalizeOrder) > # Enter account details but do not select billing address and click on S= ave button(Please refer attachment: 5-EftAccount) > # Add phone and email address and click on continue (Please refer attach= ment: 6-TelecomNumber) > # Enter address (Please refer attachment: 7-Address) > # Click continue on Sales Order : Order Entry Order Terms page > # Select Electronic Fund Transfer on Sales Order : Order Entry Payment S= ettings and click continue (Please refer attachment: 8-EFT) > # Enter billing address and click on continue (Please refer attachment: = 9-BillingAddress) > Actual: Unable to Submit form and error message was displayed on console = (Please refer attachment: 10-ConsoleError) -- This message was sent by Atlassian JIRA (v7.6.3#76005)