Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ http://github.com/webtechnick
# Migration Guide from 3.0 to 3.5:
open a terminal and execute the following command:

$ cake schema create -path plugins/paypal_ipn/config/sql -name items
$ cake schema create -path plugins/paypal_ipn/config/schema -name items

# Install:
1. Copy plugin into your `/app/plugins/paypal_ipn` directory
2. Run

$ cake schema create -path plugins/paypal_ipn/config/sql -name ipn
$ cake schema create -path plugins/paypal_ipn/config/schema -name ipn

3. Add the following into your /app/config/routes.php file (optional):

Expand Down