You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Payfast Feeds are now accessed via the Payfast sub-menu within the Form Settings for the Form you would like to integrate Payfast with.',
1058
+
'Payfast Aggregation Feeds are now accessed via the Payfast Aggregation sub-menu within the Form Settings for the Form you would like to integrate Payfast Aggregation with.',
1059
1059
'gravityformspayfast'
1060
1060
) ?></p>
1061
1061
</div>
@@ -1156,7 +1156,7 @@ public function admin_edit_payment_status_details($form_id, $lead)
'Select Production to enable live transactions. Select Test for testing with the Payfast Sandbox.',
76
+
'Select Production to enable live transactions. Select Test for testing with Sandbox.',
77
77
'gravityformspayfast'
78
78
)
79
79
),
@@ -190,7 +190,7 @@ public function getPayfastConfigurationInstructions(): array
190
190
sprintf(
191
191
// translators: %1$s and %2$s are the opening and closing <a> tags for the Payfast link.
192
192
__(
193
-
'You will need a Payfast account in order to use the Payfast Add-On. Navigate to %1$sPayfast%2$s to register.',
193
+
'You will need an account in order to use the Payfast Aggregation Add-On. Navigate to %1$sPayfast%2$s to register.',
194
194
'gravityformspayfast'
195
195
),
196
196
'<a href="https://payfast.io" target="_blank">',
@@ -199,29 +199,29 @@ public function getPayfastConfigurationInstructions(): array
199
199
'</p>
200
200
<ul>
201
201
<li>' . __(
202
-
'The Payfast settings are configured per form. Navigate to \'Forms\' -> select \'Settings\' for the form, and select the \'Payfast\' tab.',
202
+
'The Payfast Aggregation settings are configured per form. Navigate to \'Forms\' -> select \'Settings\' for the form, and select the \'Payfast Aggregation\' tab.',
203
203
'gravityformspayfast'
204
204
) . '</li>' .
205
205
'<li>' . __(
206
-
'From there, click \'Add New\' to configure Payfast feed settings for the currently selected form.',
206
+
'From there, click \'Add New\' to configure Payfast Aggregation feed settings for the currently selected form.',
207
207
'gravityformspayfast'
208
208
) . '</li>' .
209
209
'</ul>
210
210
<p style="text-align: left;">' .
211
211
__(
212
-
'Enable \'Debug\' below to log the server-to-server communication between Payfast and your website, for each transaction. The log file for debugging can be found at /wp-content/plugins/gravityformspayfast/payfast.log. If activated, be sure to protect it by adding an .htaccess file in the same directory. If not, the file will be readable by anyone. ',
212
+
'Enable \'Debug\' below to log the server-to-server communication between Payfast Aggregation and your website, for each transaction. The log file for debugging can be found at /wp-content/plugins/gravityformspayfast/payfast.log. If activated, be sure to protect it by adding an .htaccess file in the same directory. If not, the file will be readable by anyone. ',
213
213
'gravityformspayfast'
214
214
) .
215
215
'</p>';
216
216
217
217
returnarray(
218
218
array(
219
-
'title' => esc_html__('How to configure Payfast', 'gravityformspayfast'),
219
+
'title' => esc_html__('How to configure Payfast Aggregation', 'gravityformspayfast'),
'Enter the URL the user should be sent to should they cancel before completing their payment. It currently defaults to the Payfast website.',
254
+
'Enter the URL the user should be sent to should they cancel before completing their payment. It currently defaults to the Payfast Aggregation website.',
0 commit comments