• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 01, 2025, 07:14:48 am

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - iseekk

1
Hello and thank you!

It seems that missing ShippingModuleCode was indeed the problem. The error message was a bit misleading in this case; PaymentModule info was all there while the error indicated otherwise...
2
Hi all,

I am generating new Order (AdminOrder) object in konakartadmin side and then trying to insert it in db with
(AdminOrderMgrIf) orderMgr.insertOrder(AdminOrder orderObj)

Now this new orderObj contains all the info that such an object could possibly need, but this insertion results in an exception:
"Exception Message = The String parameter called paymentModule (value=null) must be given a value. It cannot be set to null or be left empty."

This is a bit strange as AdminOrder does have such setters as setPaymentModuleCode(..), setPaymentModuleSubCode(..), setPaymentMethod(..), which all now have values, but it does NOT have setPaymentModule(..) separately.

Have any of you tried and succeeded inserting new Order object in konakartadmin side? Is this possibly a BUG? Or should I know of some specific way of setting payment module as the exception suggests? Any help would be appreciated..

BR,
iseekk