[jira] Created: (OFBIZ-1200) rev 563021 broke processPaymentSettings.bsh

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

[jira] Created: (OFBIZ-1200) rev 563021 broke processPaymentSettings.bsh

Nicolas Malin (Jira)
rev 563021 broke processPaymentSettings.bsh
-------------------------------------------

                 Key: OFBIZ-1200
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1200
             Project: OFBiz
          Issue Type: Bug
          Components: ecommerce
    Affects Versions: SVN trunk
            Reporter: Wickersheimer Jeremy
            Priority: Minor


I just ran into it, "apatel" added two lines in rev  563021 but forgot one import:

The new line:
55:  ShoppingCart.CartPaymentInfo cpi = cart.getPaymentInfo(paymentMethodId, null, null, null, true);

Won't work without adding:
import org.ofbiz.order.shoppingcart.ShoppingCart;





--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-1200) rev 563021 broke processPaymentSettings.bsh

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato reassigned OFBIZ-1200:
----------------------------------------

    Assignee: Jacopo Cappellato

> rev 563021 broke processPaymentSettings.bsh
> -------------------------------------------
>
>                 Key: OFBIZ-1200
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1200
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Wickersheimer Jeremy
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>
> I just ran into it, "apatel" added two lines in rev  563021 but forgot one import:
> The new line:
> 55:  ShoppingCart.CartPaymentInfo cpi = cart.getPaymentInfo(paymentMethodId, null, null, null, true);
> Won't work without adding:
> import org.ofbiz.order.shoppingcart.ShoppingCart;

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1200) rev 563021 broke processPaymentSettings.bsh

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato closed OFBIZ-1200.
------------------------------------

    Resolution: Fixed

Thanks Jeremy,

revision 567366

> rev 563021 broke processPaymentSettings.bsh
> -------------------------------------------
>
>                 Key: OFBIZ-1200
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1200
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Wickersheimer Jeremy
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>
> I just ran into it, "apatel" added two lines in rev  563021 but forgot one import:
> The new line:
> 55:  ShoppingCart.CartPaymentInfo cpi = cart.getPaymentInfo(paymentMethodId, null, null, null, true);
> Won't work without adding:
> import org.ofbiz.order.shoppingcart.ShoppingCart;

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.