Created
July 6, 2012 15:16
-
-
Save mahmoudimus/3060812 to your computer and use it in GitHub Desktop.
Meta querying example for querying by payment sids
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'balanced' | |
Balanced.configure "#{API_KEY}" | |
Balanced::Transaction.paginate(:'meta.pound.payment_sid' => 'PY.....').each do |transaction| | |
p transaction | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment