Skip to content
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

Order status fail to sync with alipay(or paypal) #1000

Closed
yanggen opened this issue Nov 17, 2013 · 0 comments
Closed

Order status fail to sync with alipay(or paypal) #1000

yanggen opened this issue Nov 17, 2013 · 0 comments

Comments

@yanggen
Copy link

yanggen commented Nov 17, 2013

my website use opencart framework,and i feel thankful for opencart.
The version of opencart I used is 1.5.5.1.
The problem is that,when I intergrated with alipay(something like paypal),I found that the order status can't sync.
Finally,I found that maybe ,in catalog/model/order.php ,function confirm($order_id, $order_status_id, $comment = '', $notify = false), if ($order_info &&!$order_info['order_status_id']){.....}, '!$order_info['order_status_id']' should be replace with'$order_info['order_status_id']' .
When I make the little change,everything work well now.So I suppose that it maybe a bug of opencart. Am I right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants