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

Return correct node name for Recurly_NoteList #236

Merged
merged 1 commit into from
Jun 20, 2016
Merged

Return correct node name for Recurly_NoteList #236

merged 1 commit into from
Jun 20, 2016

Commits on Jun 20, 2016

  1. Return correct node name for Recurly_NoteList

    Notes weren't loaded after rewind() was called. The name didn't match what
    was in the XML so __parseXmlToObject() was never called and hence the object
    were never added to $this->_objects.
    
    While I'm here I fixed a bug in the pager where it'd keep checking for a
    next link so it could reload... that wasn't ever going to happen so it's
    better to give a hard error.
    drewish committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    89d496b View commit details
    Browse the repository at this point in the history