Sha256: 81503360df2f1bb5e6a292deb8d9e5281001baeaa7807f7c12fdbbe81b5d1b00
Contents?: true
Size: 1.89 KB
Versions: 1
Compression:
Stored size: 1.89 KB
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_checkout_redirect_uri: "http://www.example.com/purchase/finalize" 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: 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_checkout_redirect_uri: "http://www.example.com/purchase/finalize" 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 test: 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_checkout_redirect_uri: "http://www.example.com/purchase/finalize" 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wepay-rails-2.2.4 | lib/generators/wepay_rails/install/templates/wepay.yml |