nov / paypal-express

Ruby Gem for PayPal Express Checkout API
MIT License
374 stars 163 forks source link

Allow passing bn_code to Request#checkout! via opts #84

Closed delongtj closed 9 years ago

delongtj commented 9 years ago

We had to add bn_code support for an integration our product has with PayPal. (In our case, this is how PayPal attributes transactions we process on behalf of our clients.) I did this via an options hash passed in to the checkout! method.

While this isn't fully fleshed out, I thought it may be something useful to support. If you're interested, I can add some tests and make it a proper PR.