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

Remove 2 ")" extra #2982

Merged
merged 2 commits into from
May 11, 2015
Merged

Remove 2 ")" extra #2982

merged 2 commits into from
May 11, 2015

Conversation

valdeir2000
Copy link
Contributor

@ghost
Copy link

ghost commented May 10, 2015

the problem still not fixed in main code i just downloaded and tryed and still same problem please can you submit the fix ?

@Golling
Copy link

Golling commented May 10, 2015

There is an error on line 306 :

$data['product_recurrings'] => $this->getRecurrings($product_id);

Should be

$data['product_recurrings'] = $this->getRecurrings($product_id);

@valdeir2000
Copy link
Contributor Author

@Golling corrected. Thank you.

danielkerr added a commit that referenced this pull request May 11, 2015
@danielkerr danielkerr merged commit a5e3c38 into opencart:master May 11, 2015
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

Successfully merging this pull request may close these issues.

None yet

3 participants