[ofbiz-plugins] branch trunk updated: Fixed: Error message is displayed when user clicks on create link after the user quick chechout and user is not logged in (OFBIZ-12188) Added missing UtilHttp class import statement Thanks: Arpit Mor for reporting the issue and Sourabh Punyani for providing the fix.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-plugins] branch trunk updated: Fixed: Error message is displayed when user clicks on create link after the user quick chechout and user is not logged in (OFBIZ-12188) Added missing UtilHttp class import statement Thanks: Arpit Mor for reporting the issue and Sourabh Punyani for providing the fix.

devanshu
This is an automated email from the ASF dual-hosted git repository.

devanshu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c6704e9  Fixed: Error message is displayed when user clicks on create link after the user quick chechout and user is not logged in (OFBIZ-12188) Added missing UtilHttp class import statement Thanks: Arpit Mor for reporting the issue and Sourabh Punyani for providing the fix.
c6704e9 is described below

commit c6704e90c33c577f05dedc2b41a7037e7d70f20f
Author: Devanshu Vyas <[hidden email]>
AuthorDate: Sat Mar 27 14:12:58 2021 +0530

    Fixed: Error message is displayed when user clicks on create link after the user quick chechout and user is not logged in (OFBIZ-12188)
    Added missing UtilHttp class import statement
    Thanks: Arpit Mor for reporting the issue and Sourabh Punyani for providing the fix.
---
 ecommerce/groovyScripts/customer/NewCustomer.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ecommerce/groovyScripts/customer/NewCustomer.groovy b/ecommerce/groovyScripts/customer/NewCustomer.groovy
index 67160a9..a31451f 100644
--- a/ecommerce/groovyScripts/customer/NewCustomer.groovy
+++ b/ecommerce/groovyScripts/customer/NewCustomer.groovy
@@ -20,6 +20,7 @@
 import org.apache.ofbiz.base.util.UtilProperties
 import org.apache.ofbiz.base.util.UtilHttp
 import org.apache.ofbiz.base.util.UtilMisc
+import org.apache.ofbiz.base.util.UtilHttp
 import org.apache.ofbiz.product.store.ProductStoreWorker
 
 productStore = ProductStoreWorker.getProductStore(request)