0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 18 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
small fixups to collaborate with hassox More... over 15 years ago
these guys don't exist anymore either More... over 15 years ago
try using the slices to keep the same specs working More... over 15 years ago
handle the more restrictive requests we're making now, customer_vault_id is required for editing/charging More... over 15 years ago
updating forms to correct duplication of the orderid attribute as well as generating a random hash for these orders More... over 15 years ago
omg it works again. braintree's examples for gateway request/response don't actually work, checkout the conditional checks. need to talk to those guys about this stuff More... over 15 years ago
actually check cvv values on vault object creation and add explicit markup checks to make sure cvv is in the forms More... over 15 years ago
remove unused code in the gateway response, have the specdoc indicate where on the site you should be able ot navigate to in a browser, make a few of the specs more robust also More... over 15 years ago
add the Braintree::Spec::ApiRequest class to handle remote requests to braintree itself. wraps up the funky parsing that addressable does for empty params(it assigns them to true) More... over 15 years ago
rephrase some of the specdoc stuff so it's less about controllers and actions and more about what's being accomplished More... over 15 years ago
couple of small changes, the next refactor kinda flopped, but pushing this so it doesn't get lost in a git stash somewhere More... over 15 years ago
cleanup the transaction ui so you can see what card was charged, the amount, and the date it happened on More... over 15 years ago
actually exercise the braintree api by using given blocks. specs are now dynamically creating test data which is used for the rest of the test. i.e. no more hard coding of vault ids etc. this testing exposed bugs in braintree's test environment when using transactions and transparent redirect More... over 15 years ago
shuffling the card addition spec some to really test against braintree, gonna refactor the others after josh takes a look at the failing spec More... over 15 years ago
oh yeah, you need to login for this site to work More... over 15 years ago
updating to merb 1.0.7 More... over 15 years ago
add credit card deletion support even if i'm not sure whether you'd every really want to do that More... over 15 years ago
set a read timeout for net::http (network outage pointed this out to me) More... over 15 years ago
make sure that braintree responses are valid for credit card additions More... over 15 years ago
failed a merge and am paying the price, hopefully this merges well More... over 15 years ago
shuffling namespacing More... over 15 years ago
silence the warnings until i figure out a better way to spec this More... over 15 years ago
update docs More... over 15 years ago
actually check if the gateway response is valid, novel thought. bunch of broken specs that require some rethinking More... over 15 years ago
spec out credit card information updating a little more and make the edit_response a take an id again More... over 15 years ago
bunch of code shuffling, credit card info can now be updated More... over 15 years ago
slight readme tweak More... over 15 years ago
add a license file and a readme for the proejct More... over 15 years ago
exclude merb-auth from coverage and spec out a successful payment response. payments still need work but i'm so diggin' this shit More... over 15 years ago
shuffle invoice info, it's still not displaying right for me though More... over 15 years ago