PaystackOSS / plugin-payment-forms-for-wordpress

Make payment forms using Paystack on Wordpress
https://wordpress.org/plugins/payment-forms-for-paystack/
GNU General Public License v2.0
17 stars 21 forks source link

Add 'paid_at' column to database on initial installation #67

Closed django101 closed 4 years ago

django101 commented 4 years ago

When initially installing this, the paid_atcolumn is not included in the installation script, and this is needed when transactions are being updated in the database.

This fixes the issue.