Sha256: 03b2fe1a4b8977e02c62dd6f3fcf26f6607318cc6dd2a31d248db156ec1d38ff

Contents?: true

Size: 1.91 KB

Versions: 11

Compression:

Stored size: 1.91 KB

Contents

production:
  client_id: <your client_id from wepay>
  client_secret: <your client_secret from wepay>
  authorize_redirect_uri: "http://www.example.com/wepay/authorize"
  scope: ['refund_payments','collect_payments','view_balance','view_user']
  #wepay_api_uri: "https://api.wepay.com"
  wepay_api_uri: "https://stage.wepay.com"
  wepay_api_version: "v2"
  ipn_callback_uri: "http://www.example.com/wepay/ipn"
  checkout_redirect_uri: "http://www.noisebytes.com/purchase/finalize"
  fee_payer: Payee
  checkout_type: GOODS
  charge_tax: false
  app_fee: 0
  auto_capture: true
  require_shipping: false
  shipping_fee: 0
  charge_tax: false
  wepay_checkout_model: WepayCheckoutRecord
development:
  client_id: <your client_id from wepay>
  client_secret: <your client_secret from wepay>
  redirect_uri: "http://dev.noisebytes.com/wepay/authorize"
  scope: ['refund_payments','collect_payments','view_balance','view_user']
  wepay_api_uri: "https://stage.wepay.com"
  wepay_api_version: "v2"
  ipn_callback_uri: "http://dev.noisebytes.com/wepay/ipn"
  checkout_redirect_uri: "http://dev.noisebytes.com/purchase/finalize"
  fee_payer: Payee
  checkout_type: GOODS
  charge_tax: false
  app_fee: 0
  require_shipping: false
  shipping_fee: 0
  charge_tax: false
  auto_capture: true
  wepay_checkout_model: WepayCheckoutRecord
test:
  client_id: <your client_id from wepay>
  client_secret: <your client_secret from wepay>
  redirect_uri: "http://dev.noisebytes.com/wepay/authorize"
  scope: ['refund_payments','collect_payments','view_balance','view_user']
  wepay_api_uri: "https://stage.wepay.com"
  wepay_api_version: "v2"
  ipn_callback_uri: "http://test.noisebytes.com/wepay/ipn"
  checkout_redirect_uri: "http://dev.noisebytes.com/purchase/finalize"
  fee_payer: Payee
  checkout_type: GOODS
  charge_tax: false
  app_fee: 0
  auto_capture: true
  charge_tax: false
  require_shipping: false
  shipping_fee: 0
  wepay_checkout_model: WepayCheckoutRecord

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
wepay-rails-0.1.81 lib/examples/wepay.yml
wepay-rails-0.1.80 lib/examples/wepay.yml
wepay-rails-0.1.79 lib/examples/wepay.yml
wepay-rails-0.1.78 lib/examples/wepay.yml
wepay-rails-0.1.77 lib/examples/wepay.yml
wepay-rails-0.1.76 lib/examples/wepay.yml
wepay-rails-0.1.75 lib/examples/wepay.yml
wepay-rails-0.1.74 lib/examples/wepay.yml
wepay-rails-0.1.73 lib/examples/wepay.yml
wepay-rails-0.1.72 lib/examples/wepay.yml
wepay-rails-0.1.71 lib/examples/wepay.yml