I've looked at what is being posted to Sage and currency is being set
to "GBP".
I've taken a copy of the sage_pay.rb file, modified it to suit 'EUR'
and put it in /extensions/theme_default/lib/sage_pay.rb
Maybe this is the wrong place? That would explain why it's not picking
up my changes...??
Cheers,
Niki
On Oct 16, 4:35 pm, Brian <
briandqu...@gmail.com> wrote:
> Hey Niki,
> I've not used SagePay before, but I suggest you take a look at what's
> being posted to Sage and see if the currency is being set incorrectly.
>
> If you're just doing authorize transactions (aka
> Spree::Config[:auto_capture] is false), then you'll want to debug or
> just puts out the contents of 'post' just before:
>
>
http://github.com/Shopify/active_merchant/blob/master/lib/active_merc...