-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
60 lines (41 loc) · 2.02 KB
/
readme.txt
File metadata and controls
60 lines (41 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
=== Gravity Forms Fat Zebra Add-On ===
Contributors: fatzebra
Donate link: https://www.fatzebra.com.au/
Tags: forms, fatzebra, payments, gravity forms, credit card payments
Requires at least: 3.2
Tested up to: 4.6
Stable tag: 0.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Adds functionality to Gravity Forms to support online payments within your forms via Fat Zebra,
an Australian Internet Payment Gateway.
== Description ==
Add payment fields to forms on your WordPress site using Gravity Forms. This payment adds support for Fat Zebra as a payment gateway for Australian Merchants to accept payments online in their forms, such as booking forms or simple purchases.
More functionality (including multiple products, donation forms etc) to be added shortly.
The source for this plugin can be found at https://github.com/fatzebra/GravityForms-FatZebra
This plugin requires a Fat Zebra account - if you do not have an account with Fat Zebra you can register at https://www.fatzebra.com.au
== Installation ==
1. Upload `fatzebra.php` to the `/wp-content/plugins/gravityforms-fatzebra` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Add your username and token under the Gravity Forms settings page (Forms -> Settings -> Fat Zebra [link at the top of the page])
4. Add at least one product and card fields to your form and test.
Testing details can be found at https://www.fatzebra.com.au/support/testing
== Screenshots ==
1. Fat Zebra Settings page
2. Example form (Booking Form)
== Changelog ==
= 0.2.1 =
* Fixed missing init call.
= 0.2.0 =
* Updated to support GFPaymentAddon integration method
= 0.1.6 =
* Reduced amount of entropy used in transaction reference generation, causing problems with upstream processor.
= 0.1.5 =
* Fixed handling of test mode flag
* Minor formatting of text
= 0.1.4 =
* Fixed bug where amount was not being passed properly
= 0.1.2 =
* Updated to support single products with quantities
= 0.1.1 =
* Initial release, supports single product payments only