public function definePaymentMethods()
 {
     parent::definePaymentMethods();
     if (self::getGlobal('Test')) {
         // Test bank labelled 'GNB' on their site
         // Data for testing in Brazil (other countries can use random #s)
         // Cpf: 00003456789
         // Email: testing@astropaycard.com
         // Name: ASTROPAY TESTING
         // Birthdate: 04/03/1984
         $this->payment_submethods['test_bank'] = array('bank_code' => 'TE', 'label' => 'GNB', 'group' => 'cc');
     }
 }