public function sendAgentForm()
 {
     //ktp image
     //npwp image *optional
     //bank_name
     //account_nr
     //account_name
     //branch_name
     IMBAuth::checkOAuth();
     AppearForm::processAgent("app");
 }
Example #2
0
 function processAgent()
 {
     AppearForm::processAgent();
 }