Skip to content

Commit 01b03fe

Browse files
authored
Dunning and "Old Paypal" notices (#1282)
* Add dunning and "old PayPal billing agreement" notices * Add dismissible parameter for error and info Util_Ui boxes * Add a recheck option for the billing agreement notice * Handle PayPal billing update flag on activation * Prevent reset notice on deactivation.
1 parent a6d8e53 commit 01b03fe

File tree

6 files changed

+702
-107
lines changed

6 files changed

+702
-107
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ matrix:
3636

3737
install:
3838
- composer self-update
39-
- yarn run upgrade:deps
39+
- yarn run install:deps
4040
- bash bin/install-wp-tests.sh wordpress_test root '' localhost
4141

4242
script:
@@ -47,7 +47,7 @@ script:
4747
# JavaScript lint.
4848
#- yarn run js-lint
4949
# Remove dev dependencies.
50-
- composer install --no-dev -o
50+
- composer install --no-dev --no-interaction --prefer-dist -o
5151
# PHP lint.
5252
- find . -name vendor -prune -o -name node_modules -prune -o -name '*.php' -exec php -lf {} \; > /dev/null
5353

ConfigState.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* license.next_check - time of next check
2727
* license.terms - accepted/declined/''
2828
* license.community_terms - accepted/declined/'' (master)
29+
* license.paypal_billing_update_required - whether PayPal billing update is needed
2930
* minify.error.file
3031
* minify.error.last
3132
* minify.error.notification.last

0 commit comments

Comments
 (0)