This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from lucasruroken/master
Up-to-date with lucasruroken repo
- Loading branch information
Showing
7 changed files
with
36 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,21 +4,16 @@ Spree Mercado Pago Payment Method | |
This project is compatible with spree 3.2.0 and Rails 5 | ||
|
||
``` | ||
gem 'spree_mercado_pago', '~> 3.2.0.rc2', git: "[email protected]:lucasruroken/spree_mercado_pago.git" | ||
gem 'spree_mercado_pago', '~> 3.2.0.rc2', git: "[email protected]:manuca/spree_mercado_pago.git" | ||
``` | ||
|
||
If you want to use this gem with spree 2.3 or 2.4, you should use the original repo: | ||
``` | ||
gem 'spree_mercado_pago', git: "[email protected]:manuca/spree_mercado_pago.git" | ||
``` | ||
|
||
inside your project run | ||
You should run inside your project | ||
|
||
``` | ||
bundle exec rails g spree_mercado_pago:install | ||
``` | ||
|
||
to import assets and migrations. | ||
This will import assets and migrations | ||
|
||
Usage | ||
----- | ||
|
@@ -32,15 +27,10 @@ IPN | |
For IPN you need to configure the notification URL in Mercado Pago's site. The notification URL will be `http[s]://[your_domain]/mercado_pago/ipn`. Please review Mercado Pago's documentation at http://developers.mercadopago.com/ for the correct place where to configure IPN notification URLs. | ||
|
||
|
||
Pending Work | ||
------------ | ||
|
||
- Configurable currency | ||
|
||
Testing | ||
------- | ||
|
||
- clone this repo | ||
- execute `bundle` | ||
- execute `rake test_app` to build a dummy app directory inside specs | ||
- execute `bundle exec rspec spec` | ||
- Clone this repo | ||
- Execute `bundle` | ||
- Execute `rake test_app` to build a dummy app directory inside specs | ||
- Execute `bundle exec rspec spec` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters