-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathreadme.txt
More file actions
166 lines (118 loc) · 4.74 KB
/
Copy pathreadme.txt
File metadata and controls
166 lines (118 loc) · 4.74 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
=== Global Payments SecureSubmit Addon for Gravity Forms ===
Contributors: markhagan
Tags: gravityforms, GlobalPayments, securesubmit, token, tokenize
Tested up to: 6.7
Stable tag: trunk
License: GPLv2
License URI: https://github.com/globalpayments/globalpayments-gravity-forms/blob/main/LICENSE
SecureSubmit allows merchants to take PCI-Friendly Credit Card payments with Gravity Forms using Global Payments Payment Gateway.
== Description ==
This plugin allows Gravity Forms to use the Global Payments Gateway. All card data is tokenized using Global Payments SecureSubmit product.
Features of SecureSubmit:
* Only two configuration fields: public and secret API key
* Simple to install and configure.
* Tokenized payments help reduce PCI Scope
* Enables credit card saving for a friction-reduced checkout.
== Installation ==
1. Sign Up for an account @ developer.heartlandpaymentsystems.com if you haven't already
2. Download Gravity Forms
3. Install AND Activate Gravity Forms WP plugin AND Global Payments SecureSubmit for Gravity Forms WP plugin
4. Configure Gravity Forms and SecureSubmit accounts:
* Navigate to Settings to enter your API Keys provided by your Global Payments Developer Portal Account
5. Add Form:
* Navigate to Forms > Add New Form > Edit Form
* Add Required Fields:
* Pricing
* Product
* Total
* CC and/or ACH form
6. Add new Feed:
* Form Settings > SecureSubmit > Add new feed
7. Add form to WP page
* NEED ADDITIONAL HELP? Contact Us https://developer.globalpayments.com/support/integration-support
== Changelog ==
= 2.2.1 (07/08/2026)=
* Fix: Heartland error on console
= 2.2.0 =
* Global payment rebranding
= 2.1.3 =
* Fix: Security Vulnerabilities issues
= 2.1.2 =
* Fix: UI Glitch - On Secure Submit payment checkout page
= 2.1.1 =
* Fix: Conditional logic issue - for ACH & CC payment type selection mode
= 2.1.0 =
* Fix: Recurring payment issue and depricated issues
= 2.0.0 =
* Removing support for non-iframes as per PCI compliance
= 1.4.8 =
* SecureSubmit js to Globalpayment JS migration
= 1.4.7 =
* Fix: Compatibility issue w/GF2.6.4
= 1.4.6 =
* Fix: Sub total amount floating point issue.
= 1.4.5 =
* Fix: Send correct start date for recurring payments when frequency is semi-monthly
= 1.4.4 =
* Fix: Recurring schedules with frequency 'semi-monthly' had incorrect parameters included in the request, causing it to fail.
= 1.4.3 =
* Fix: Page won't allow new ACH transaction attempt after a decline/fail
= 1.4.2 =
* Perform automatic void on ACH transaction timeouts
= 1.4.1 =
* Add CardCode property to Cardinal request object with a default of 0
= 1.4.0 =
* Add customer identifier to initial subscription payments
= 1.3.13 =
* Fix handling of special characters in ACH/eCheck account holder name
* Update spelling of ACH/eCheck account holder name in input placeholder
= 1.3.12 =
* Allow payment action override for subscription feeds
* Allow API keys override for subscription feeds
* Add supported Canadian provinces
* Fix handling of state in address when abbreviation is used
= 1.3.11 =
* Fix subscription setup fee not being applied during initial payment
= 1.3.10 =
* Delegate account/routing number validation to check processor for ACH payments
= 1.3.9 =
* Fix feed validation miscategorizing missing credit card and/or ACH payment data
= 1.3.8 =
* Allow non-US/CAN cardholders to submit proper billing address for non-subscription payments
= 1.3.7 =
* Fix subscription payments with limited number of payments to schedule correct number of payments
= 1.3.6 =
* Add transaction success and failure actions
= 1.3.5 =
* Fix issue with missing billing zip code for subscription payment methods
= 1.3.4 =
* Added 3DSecure to Secure Credit Card and native Credit Card form types
= 1.3.3 =
* Fix issue with state field passing full name instead of abbreviation
= 1.3.2 =
* Fix issue with annual subscriptions
* Fix issue with country values in address when country field is hidden
= 1.3.1 =
* Fix address issue when invalid countries are supplied by normalizing country values
= 1.3.0 =
* Add support for PayPlan CC schedules
= 1.2.3 =
* Fix compatibility issues with Gravity Forms 2.* when passing card/check holder information to gateway
= 1.2.2 =
* Fix issue with `maybe_validate` on multi-page forms
= 1.2.1 =
* Fix compatibility issues with older versions of PHP
= 1.2.0 =
* Add ACH feature
* Add secure credit card option with iframe tokenization
= 1.1.3 =
* Fix tokenization bug due to upstream change
= 1.1.2 =
* Upgraded license to GPLv2
= 1.1.1 =
* Fix directory resolution for templates and SDK inclusion
= 1.1.0 =
* Add ability to inject transaction id or authorization code in notifications.
* Fix bugs with authorize vs charge payment methods.
= 1.0.0 =
* Initial Release