Sha256: 4219cec5f279c1914d9366c9a94e3639d31d91240233a4b7448282634f3acd92
Contents?: true
Size: 510 Bytes
Versions: 4
Compression:
Stored size: 510 Bytes
Contents
Workarea.configure do |config| config.tender_types.append(:sezzle) config.sezzle = ActiveSupport::Configurable::Configuration.new config.sezzle.api_timeout = 10 config.sezzle.open_timeout = 10 config.sezzle.product_config = { target_xpath: '.sezzle/.sezzle__prices', render_to_path: './', url_match: 'products', split_price_elements_on: '–' } config.sezzle.cart_config = { target_xpath: '.sezzle/.sezzle__prices', render_to_path: './', url_match: 'cart' } end
Version data entries
4 entries across 4 versions & 1 rubygems