Some bugs on my test installation
-
I’ve installed the plugin. Firstly a minor bug, a PHP notice.
Accessing static property Fb_Gf_Gocardless_Hosted::$has_this_feed as non static
.The error is triggered by line 185 of class-fb-gf-gocardless-hosted.php
Also, it took me a very long time to work out that when the documentation says “Settings”, it means the settings of the specific form. I was looking on the Gravity Form settings page.
There’s also a more serious bug on line 497 of class-fb-gf-gocardless-hosted.php. There the
gocardless_direct_debit_amount
is cast to(int)
BEFORE being multiplied by 100. It should be cast to(int)
AFTER this operation, otherwise only whole pounds can be debited.
- The topic ‘Some bugs on my test installation’ is closed to new replies.