impress-org / givewp-snippet-library

A collection of code snippets to enhance or expand on the free Give WordPress Donation Plugin.
https://givewp.com
140 stars 90 forks source link

fix: fix multiple problems with manage-periods snippet #107

Closed Benunc closed 4 years ago

Benunc commented 4 years ago

Here's the snippet in question: https://github.com/impress-org/givewp-snippet-library/blob/master/add-on-snippets/recurring-donations/manage-recurring-periods.php

Two problems:

First, when I install it exactly as written, I get this notice MANY times in my admin:

Notice: Undefined index: day in /srv/users/serverpilot/apps/livegive/public/wp-content/plugins/give-recurring/give-recurring.php on line 719

Second, The fix does not appear to be working for iOS devices, in some cases. I am following up with a customer on that to make sure I am able to fully replicate that.