You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
Almost things have been worked well so far but there are some problems with transactions with tax. Specifically, I’m using payment method “PayEx Payment”, its configs like this http://prntscr.com/hfteud . And in the PayEx checkout page, tax info is fully displaying as in here http://prntscr.com/hftfk5 . But the issue as after finishing the checkout flow, I checked its transaction in PayEx Merchant and all tax infos are blank as in here http://prntscr.com/hfth53 . I tried to look for into the PayEx extension source code and a fix value as “0” was in that likes this http://prntscr.com/hftk2e .
Almost things have been worked well so far but there are some problems with transactions with tax. Specifically, I’m using payment method “PayEx Payment”, its configs like this http://prntscr.com/hfteud . And in the PayEx checkout page, tax info is fully displaying as in here http://prntscr.com/hftfk5 . But the issue as after finishing the checkout flow, I checked its transaction in PayEx Merchant and all tax infos are blank as in here http://prntscr.com/hfth53 . I tried to look for into the PayEx extension source code and a fix value as “0” was in that likes this http://prntscr.com/hftk2e .
Also, in Magento system, I’m using the latest version of PayEx extension which got from here https://github.com/PayEx/PayEx.Magento .
So, how can I solve it? Could you please help me?
Thanks in advance!