Skip to content

kinesbea/spree-xero

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SpreeXero

Spree integration to Xero (http://www.xero.com/)

  • call order.submit_invoice_to_xero to create order invoice on Xero
  • call payment.submit_payment_to_xero to create payment on Xero

Implementation

  • include spree_xero in gem file
  • do "sudo bundle install"
  • do "rake db:migrate"
  • generate private and public keys. For help, read about "Using OpenSSL" on http://blog.xero.com/developer/api-overview/setup-an-application/
  • login to https://api.xero.com and add your private application, upload public key file. When you finish, you'll get consumer key and secret
  • on your spree app, go to Admin-Configuration-XeroSettings, enter your consumer key, secret and upload your private key file

Copyright (c) 2011 [name of extension creator], released under the New BSD License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages