Buford Taylor

Results 6 issues of Buford Taylor

Seeing some strange behavior and I'm wondering if I'm using the gem incorrectly. I have this code: ``` ids.each do |program_id| UserProgram.create( user: user, program_id: program_id, kind: 'subscription', audit_comment: "AccessPolicy.grant_membership_access...

I'm using braintree-web to load the Paypal SDK and create a subscription. The problem is that the subscription created doesn't go to Braintree, therefore defeating the purpose of using Braintree....

I have two paypal accounts. One appears to be working fine while the other just loads indefinitely. ![spinning-forever](https://user-images.githubusercontent.com/214319/190365016-c1956642-fdbc-4d0f-a63b-ba374c66f29e.gif) If I look at the paypal API logs, I see there is...

I've had some issues with this gem after updating to rails 5. Upon installation, the `object.follow(thing)` works fine the first time, but every time thereafter, it fails with: ``` TypeError:...

[troubleshooting section]: https://vite-ruby.netlify.app/guide/troubleshooting.html - [x] I have tried upgrading by running `bundle update vite_ruby`. - [x] I have read the __[troubleshooting section]__ before opening an issue. ### Description 📖 I'm...

bug: needs reproduction

No issue here. Just a question. Does this project work with other data stores like rabbitmq or kafka?