User "Jpostlethwaite" posted a comment on MediaWiki.r102809. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/102809#c25914 Commit summary:
Checking in $this->data_constraints. Fixed spelling error for AUTHORISATIONID. Added new method setup_stage_payment_method_for_direct_debit() to help stage payments for direct debit. Comment: Using wrong indexes for: <pre> $this->data_constraints['DIRECTDEBITTEXT']['length'] = 32; </pre> Should be: <pre> $this->data_constraints['direct_debit_text']['length'] = 32; </pre> _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
