Sha256: 4d836806e9b2d09719207116b89a11e9d03f4400954382cae75134629dcea4f1
Contents?: true
Size: 1.89 KB
Versions: 2
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://www.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://stage.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://stage.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wepay-rails-2.2.9 | lib/generators/wepay_rails/install/templates/wepay.yml |
wepay-rails-2.2.5 | lib/generators/wepay_rails/install/templates/wepay.yml |