La gem spree_atos_sips permet d'intégrer simplement la méthode de paiement de Atos Worldline à votre site e-commerce Spree.
site de démonstration: http://dotspree-atos.srvdev02.dotgee.fr/
- Pour l'installer, il suffit d'ajouter la ligne suivante à votre Gemfile.
gem 'spree_atos_sips', :git => 'https://github.com/Johann-dotgee/spree_atos_sips.git'
- Effectuez ensuite un bundle install
bundle install
-
Rendez-vous sur votre panneau d'administration (http://monsite.com/admin)
-
Allez ensuite dans "Configuration", puis "Payment Methods"
-
Cliquez sur "Add New Payment Method"
-
Entrez les paramètres qui vous plaisent, choisissez "Spree::BillingIntegration::Atos::Sips" comme provider, puis enregistrez
-
De nouveaux champs sont présents, remplissez les (merchant id, banque)
-
Placez ensuite les fichiers (binaires, certificats, etc) selon l'architecture suivante dans votre projet rails:
-
mon_commerce
-
- lib
-
-
- atos
-
-
-
-
- bin
-
-
-
-
-
-
- request
-
-
-
-
-
-
-
- response
-
-
-
-
-
-
- banque
-
-
-
-
-
-
- certif.fr.identifiant
-
-
-
-
-
-
-
- params.xml
-
-
-
-
-
-
-
- parmcom.identifiant
-
-
-
-
-
-
-
- parmcom.banque
-
-
-
-
-
-
-
- pathfile
-
-
-
The spree_atos_sips gem allows you to put easily the payment method from Atos Worldline in your Spree e-commerce website.
display website: http://dotspree-atos.srvdev02.dotgee.fr/
- To install the gem, just put the following in your Gemfile.
gem 'spree_atos_sips', :git => 'https://github.com/Johann-dotgee/spree_atos_sips.git'
- Then, bundle install
bundle install
-
First, go on your administration pannel (http://monsite.com/admin)
-
Then, click on "Configuration", and "Payment Methods"
-
After this, click on "Add New Payment Method"
-
Configure the name, description, etc as you want and just choose "Spree::BillingIntegration::Atos::Sips" as provider. Then, save.
-
Some new fields appeared (merchant id, banque), fill them.
-
Finally, put the files the bank gave you (binaries, certificates, etc) on the right place, according to the following architecture:
-
mon_commerce
-
- lib
-
-
- atos
-
-
-
-
- bin
-
-
-
-
-
-
- request
-
-
-
-
-
-
-
- response
-
-
-
-
-
-
- banque
-
-
-
-
-
-
- certif.fr.identifiant
-
-
-
-
-
-
-
- params.xml
-
-
-
-
-
-
-
- parmcom.identifiant
-
-
-
-
-
-
-
- parmcom.banque
-
-
-
-
-
-
-
- pathfile
-
-
-
Copyright (c) 2011 [name of extension creator], released under the New BSD License