| 1 |
$Id: README.txt,v 1.1.2.2.6.2 2007/10/21 07:23:59 gordon Exp $
|
| 2 |
|
| 3 |
Payment Module : EWAY
|
| 4 |
Author : Sammy Spets <http://drupal.org/user/8038>
|
| 5 |
Settings : > administer > store > settings > payment (test mode)
|
| 6 |
> administer > store > settings > eway
|
| 7 |
|
| 8 |
********************************************************************
|
| 9 |
DESCRIPTION:
|
| 10 |
|
| 11 |
Eway is an Australian payment gateway that offers both hosted and
|
| 12 |
non-hosted payment methods. I'm going to stop there so it doesn't
|
| 13 |
sound like an advertisement since they aren't paying me to write
|
| 14 |
this.
|
| 15 |
|
| 16 |
********************************************************************
|
| 17 |
SPECIAL NOTES
|
| 18 |
|
| 19 |
Requires Curl PHP extension with SSL compiled in.
|
| 20 |
|
| 21 |
********************************************************************
|
| 22 |
CONFIGURATION:
|
| 23 |
|
| 24 |
1. Go to the payment module settings
|
| 25 |
> admin > store > settings > payment
|
| 26 |
|
| 27 |
You need to begin by enabling test mode so you can get a feel for
|
| 28 |
how the module operates. Once you're ready to go live uncheck the
|
| 29 |
box and save the settings to use the live payment site. Be certain
|
| 30 |
to have your Client ID setup properly when you do this!
|
| 31 |
|
| 32 |
2. Go to the eway module settings
|
| 33 |
> admin > store > settings > eway
|
| 34 |
|
| 35 |
On this settings page you have three boxes. The first is Client ID.
|
| 36 |
During test mode you should leave this box as 87654321. When you
|
| 37 |
are ready to go live, change it to the one Eway provide you.
|
| 38 |
|
| 39 |
The second box will vary depending on your setup.
|
| 40 |
|
| 41 |
By default the payment method will work with no encryption on the
|
| 42 |
browser. If you have a SSL certificate for your web site you can
|
| 43 |
change the url to point to the https version of the payments page.
|
| 44 |
|
| 45 |
You can also use a Shared SSL certificate in much the same method
|
| 46 |
but you do need to make sure that you installation of drupal has
|
| 47 |
been configured to work through the shared SSL site.
|
| 48 |
|
| 49 |
Also the configuration of a thank you page is also a good thing,
|
| 50 |
and allows you to move the user back to the non SSL site. The
|
| 51 |
default will be fine, but you can move the user to the products
|
| 52 |
page or perhaps a payment accepted page. Your choice! :)
|
| 53 |
|
| 54 |
********************************************************************
|
| 55 |
TESTING:
|
| 56 |
|
| 57 |
1. Use credit card number: 4646 4646 4646 4646
|
| 58 |
Anything else will be invalid to Eway.
|
| 59 |
|
| 60 |
2. Optionally use CVN 123. Anything else will be invalid.
|
| 61 |
|
| 62 |
Main thing is that you enjoy! :)
|
| 63 |
|
| 64 |
********************************************************************
|
| 65 |
|
| 66 |
See MAINTAINERS.txt for more maintenance info.
|
| 67 |
See README.txt (in e-Commerce root) for other info.
|
| 68 |
|