-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for MPGS not supporting float #11
base: master
Are you sure you want to change the base?
Conversation
@jflaflamme Thank you for creating PR. However, can you please provide the exact steps to reproduce it? |
@chirag-ontap Thanks for your participate. We did fresh installed WordPress and WooCommerce and tested. We still got error. Instruction of Purchasing
<<!! Error: {"readyState":4,"responseText":"{"code":"internal_server_error","message":" There has been a critical error on this website.<\/p> <a href=\"https:\/\/wordpress.org\/support\/article\/faq-troubleshooting\/\">Learn more about troubleshooting WordPress.<\/a><\/p>","data":{"status":500},"additional_errors":[]}","responseJSON":{"code":"internal_server_error","message":" There has been a critical error on this website. <a href="https://wordpress.org/support/article/faq-troubleshooting/\">Learn more about troubleshooting WordPress. ","data":{"status":500},"additional_errors":[]},"status":500,"statusText":"error"} !!>> |
Hello, We have checked and recommend applying this code change as it goes against the logic of the WooCommerce platform. The plugin uses the following method to retrieve the value, and it has to be properly formatted: https://hooks.wbcomdesigns.com/reference/classes/wc_abstract_order/get_total/ Also, we have checked and the module work itself so the issue seems to be related to some other problem. It seems like the issue is specific to your environment. Let us know if you are still experiencing the issue and if yes, then provide email address on which I can raise a support ticket to help you further. |
@kimkinak Do you have any update on below? Are you still facing issue? ==> Hello, ==> https://hooks.wbcomdesigns.com/reference/classes/wc_abstract_order/get_total/ ==> Also, we have checked and the module work itself so the issue seems to be related to some other problem. It seems like the issue is specific to your environment. ==> Let us know if you are still experiencing the issue and if yes, then provide email address on which I can raise a support ticket to help you further. |
Hello. Will there be a plugin update? When installing the plugin, a fatal error appears. I have the latest version of WooCommerce and WordPress. |
Hi there, I have the latest versions of wordpress, woocommerce & MPGS. However when I create orders, the order id/number is different on wordpress/woocommerce and than the one sent to MPGS. |
Prevents an error from MPGS regarding the order total field length.