shiftcommerce / flex-ruby-gem

💎 The Ruby library used to integrate with the Shift Platform API
MIT License
2 stars 0 forks source link

test_mode always being set to true #167

Open RichardWatkins1 opened 5 years ago

RichardWatkins1 commented 5 years ago

The issue

In release 0.6.49 test configuration was updated. The update:

def test_mode
  FlexCommerceApi.config.order_test_mode || true
end

means that test_mode is always being set to true even in production, this has means that customers can't check out using paypal.