Skip to content

Commit

Permalink
Temporarily disable shipwire SSL verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Burns committed Jan 12, 2013
1 parent ae9a5a6 commit 0b7eb0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/active_fulfillment/fulfillment/services/shipwire.rb
Expand Up @@ -4,6 +4,8 @@ module ActiveMerchant
module Fulfillment
class ShipwireService < Service

self.ssl_strict = false

SERVICE_URLS = { :fulfillment => 'https://api.shipwire.com/exec/FulfillmentServices.php',
:inventory => 'https://api.shipwire.com/exec/InventoryServices.php',
:tracking => 'https://api.shipwire.com/exec/TrackingServices.php'
Expand Down

0 comments on commit 0b7eb0d

Please sign in to comment.