PaymentMethod and PaymentMethodType

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

PaymentMethod and PaymentMethodType

Deepak Agarwal-2
receiveOfflinePayment method specifically looking for a payment method type
and not for payment method.

I would rather assume that look for the payment method and get the type
from it.

Is there any thoughts for this?

--
Thanks,
Deepak Agarwal,

Mobile: +91 9501190044
Reply | Threaded
Open this post in threaded view
|

Re: PaymentMethod and PaymentMethodType

Deepak Agarwal-2
Raising it again to know the conceptual differences b/w PaymentMethod and
PaymentMethodType. It seems it's being used deliberately one over another
in the system randomly.


On Mon, Nov 26, 2012 at 3:56 PM, Deepak Agarwal <[hidden email]>wrote:

> receiveOfflinePayment method specifically looking for a payment method
> type and not for payment method.
>
> I would rather assume that look for the payment method and get the type
> from it.
>
> Is there any thoughts for this?
>
> --
> Thanks,
> Deepak Agarwal,
>
> Mobile: +91 9501190044
>



--
Thanks,
Deepak Agarwal,

Mobile: +91 9501190044
Reply | Threaded
Open this post in threaded view
|

Re: PaymentMethod and PaymentMethodType

Jacques Le Roux
Administrator
Have a look at
https://demo-trunk.ofbiz.apache.org/webtools/control/FindGeneric?entityName=PaymentMethodType&find=true&VIEW_SIZE=50&VIEW_INDEX=0
and
https://demo-trunk.ofbiz.apache.org/webtools/control/FindGeneric?entityName=PaymentMethod&find=true&VIEW_SIZE=50&VIEW_INDEX=0

You should get it.

If not then I recommend the page 251 and sequel of the Data Model Resource Vol. 1 book
https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books

The OFBiz data model is a bit diffeernt. So maybe looking at DemoOrderPeopleData.xml could help further

HTH

Jacques

From: "Deepak Agarwal" <[hidden email]>

> Raising it again to know the conceptual differences b/w PaymentMethod and
> PaymentMethodType. It seems it's being used deliberately one over another
> in the system randomly.
>
>
> On Mon, Nov 26, 2012 at 3:56 PM, Deepak Agarwal <[hidden email]>wrote:
>
>> receiveOfflinePayment method specifically looking for a payment method
>> type and not for payment method.
>>
>> I would rather assume that look for the payment method and get the type
>> from it.
>>
>> Is there any thoughts for this?
>>
>> --
>> Thanks,
>> Deepak Agarwal,
>>
>> Mobile: +91 9501190044
>>
>
>
>
> --
> Thanks,
> Deepak Agarwal,
>
> Mobile: +91 9501190044
>