Re: Sales Tax

2020-09-10 Thread Rishi Solanki
Dear Ingo, Here is my understanding of your problem. You have two stores as B2B and B2C. On B2C store you want show or sale product with price and tax shown (that means 4.55 + 0.45). And on B2B store you want to sale on the same price that means 5.00 and it should not show tax and as mentioned

Re: Initiate a refund on order line cancel

2020-09-10 Thread Madhi Krishnan
Hey pritam Thanks man.. I was missing the payment_authorization thing.. I did a direct sales_transaction.That's why my status on OrderPaymentPreference was PAYMENT_RECIVED. Do I have to explicitly call the *authOrderPayments* service before calling the gateway? If you can share any documentation

Re: Initiate a refund on order line cancel

2020-09-10 Thread Pritam Kute
Hello Madhi, Now based on the logs which you have shared, I suspect either orderPaymentPreferenceId passed to the custom service is wrong or the orderPaymentPreference status is not PAYMENT_AUTHORISED. I hope you have done payment authorization while placing the order. If you have done a direct

Re: Initiate a refund on order line cancel

2020-09-10 Thread Jacques Le Roux
Hi sadiqrehan, Your message has been moderated, else it would not have reached this Mailing List. Please subscribe to the user ML for such questions and then use your email client. See why here http://ofbiz.apache.org/mailing-lists.html. You will get a better support, people can answer you

Re: Initiate a refund on order line cancel

2020-09-10 Thread Madhi Krishnan
Hey pritam .. Thanks for your response ,I appreciate it. I checked the entities that you mentioned above and it looks ok to me. i'm getting a warning in the console saying no payment preference was found.. Below are the logs that were generated. |I| Running Service ECA Service:

Re: Initiate a refund on order line cancel

2020-09-10 Thread sadiqrehan
>From which sie you have placed an order? -- Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html

Re: Initiate a refund on order line cancel

2020-09-10 Thread Pritam Kute
Hello Madhi, Not sure but can you check if you have associated your custom method with the right ProductStorePaymentSetting? You can either put your payment gateway service name in paymentService of the custom method ID in paymentCustomMethodId field. It will be good if you can post the error