spree-contrib / spree_print_invoice

Create a PDF invoice for Spree orders.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
91 stars 239 forks source link

Spree::GoogleBase ? #23

Closed geermc4 closed 11 years ago

geermc4 commented 11 years ago

On https://github.com/spree/spree_print_invoice/blob/master/lib/spree_print_invoice.rb#L7 ... where is that listed as a dependency? I've tried both pull requests (since i'm on 1.3) and I get uninitialized constant Spree::GoogleBase on both

@lilleyt @jerser does it work for you on yours?

jumph4x commented 11 years ago

Totally my bad. Copy-and-paste error from way back ago when I was upgrading a number of extensions to 1.0.

jumph4x commented 11 years ago

Sorry about that, see https://github.com/spree/spree_print_invoice/commit/b283eebd887b2dca321a5065703e5e2edb84d9a0

geermc4 commented 11 years ago

:+1: Cool