alpha
Login
or
Join now
secluded.site
/
jmp-pay
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Work fork of a card vault management system for Braintree
git.sr.ht/~singpolyma/jmp-pay
sopranica
jmp
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
jmp-pay
/
test
/
at
downcase-jids
6 files
Christopher Vollick
Remove Filtered Transactions From Queue
1y ago
9fbc52c9
test_auto_top_up_repo.rb
Remove Filtered Transactions From Queue The previous code would successfully _skip_ the filtered items, as in it wouldn't run the body of the map, but it would also just leave them there, meaning they'd be there next time. So it would successfully skip stuff, but that's not really what we wanted... This both skips and clears.
1 year ago
test_credit_card_customer_gateway.rb
Simple Fix for Long Lines We had a few lines that were simply too long, so I broke them up. Two of them I did by factoring out a parameter into a variable, which felt a little weird, but I liked the overall flow of the line otherwise and I didn't want to have the whole block need to change just because the pattern was a few characters too long... I think it's clear enough.
1 year ago
test_electrum.rb
Fix electrum test Someone else broke it. Damn him
1 year ago
test_helper.rb
Fix Whitespace Based Lint Errors This is a combination of strings not lining up, "when" statements that were indented, extra blank lines, missing blank lines, etc.
1 year ago
test_interac_email.rb
Handle multiple DKIM headers
3 years ago
test_pending_transaction_repo.rb
Remove Filtered Transactions From Queue The previous code would successfully _skip_ the filtered items, as in it wouldn't run the body of the map, but it would also just leave them there, meaning they'd be there next time. So it would successfully skip stuff, but that's not really what we wanted... This both skips and clears.
1 year ago