Skip to content

Commit c12cd7c

Browse files
Merge pull request #90 from PaystackOSS/patch/change-old-urls
Change old URLs
2 parents 2431ea2 + 779e8c6 commit c12cd7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ If you are a developer, you can join our Developer Community on [Slack](https://
99
## Installation
1010

1111
1. Install the [Payment Forms for Paystack](https://wordpress.org/plugins/payment-forms-for-paystack/) via the Plugins section of your WordPress Dashboard.
12-
2. For configuration options, please visit our [Help Desk](https://paystack.helpscoutdocs.com/article/83-how-to-setup-paystack-payment-forms-for-wordpress).
12+
2. For configuration options, please visit our [Help Desk](https://support.paystack.com/hc/en-us/articles/360009881260-How-to-set-up-Paystack-Payment-Forms-for-WordPress).
1313

1414
## Documentation
15-
* [Paystack Documentation](https://developers.paystack.co/v1.0/docs/)
15+
* [Paystack Documentation](https://paystack.com/docs)
1616
* [Paystack Helpdesk](https://paystack.com/help)
1717

1818
## Support
@@ -23,4 +23,4 @@ This repository is not suitable for general Paystack support. Please use the iss
2323

2424
## Contributing to Payment Forms for Paystack
2525

26-
If you have a patch or have stumbled upon an issue with the Paystack Gateway for Payment Forms for Paystack plugin, you can contribute this back to the code. Please read our [contributor guidelines](https://github.com/PaystackHQ/wordpress-payment-forms-for-paystack/blob/master/.github/CONTRIBUTING.md) for more information how you can do this.
26+
If you have a patch or have stumbled upon an issue with the Paystack Gateway for Payment Forms for Paystack plugin, you can contribute this back to the code. Please read our [contributor guidelines](https://github.com/PaystackHQ/wordpress-payment-forms-for-paystack/blob/master/.github/CONTRIBUTING.md) for more information how you can do this.

admin/class-paystack-forms-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ function kkd_pff_paystack_editor_add_form_data()
387387
<option value="EGP" ' . kkd_pff_paystack_txncheck('EGP', $currency) . '>Egyptian Pound</option>
388388
<option value="USD" ' . kkd_pff_paystack_txncheck('USD', $currency) . '>US Dollars</option>
389389
</select>';
390-
echo '<small>Ensure you are activated for the currency you are selecting. Check <a href="https://paystack.helpscoutdocs.com/article/38-can-paystack-process-payments-in-usd-international-currencies" target="_blank">here</a> for more information.</small>';
390+
echo '<small>Ensure you are activated for the currency you are selecting. Check <a href="https://support.paystack.com/hc/en-us/articles/360009973799-Can-I-accept-payments-in-US-Dollars-USD" target="_blank">here</a> for more information.</small>';
391391
echo '<p>Amount to be paid(Set 0 for customer input):</p>';
392392
echo '<input type="number" name="_amount" value="' . $amount . '" class="widefat pf-number" />';
393393
if ($minimum == 1) {

0 commit comments

Comments
 (0)