Sha256: 93db85068786f440e74d865bd9c4278609c81f6730de197cb596f9d1c4548b3e
Contents?: true
Size: 851 Bytes
Versions: 1
Compression:
Stored size: 851 Bytes
Contents
production: client_id: <your client id from wepay> client_secret: <your client secret from wepay> account_id: <your account id from wepay> access_token: <your access token that you recieved when you went to http://your.domain.com/wepay/authorize> root_callback_uri: "http://www.example.com" after_authorize_redirect_uri: "http://www.example.com/purchase/checkout" after_checkout_redirect_uri: "http://www.example.com/purchase/finalize" registration_confirmation_uri: "http://www.example.com/purchase/cart?msg=Please confirm your wepay account." scope: [refund_payments,collect_payments,view_balance,view_user] wepay_api_uri: "https://api.wepay.com/v2" fee_payer: Payee checkout_type: GOODS charge_tax: false app_fee: 0 auto_capture: true require_shipping: false shipping_fee: 0 charge_tax: false development: test:
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wepay-rails-2.0.0 | lib/generators/wepay_rails/install/templates/wepay.yml |