コード例 #1
0
 public function addEcheckRedeposit($hash_in)
 {
     $hash_out = Transactions::createEcheckRedepositHash($hash_in);
     $choice_hash = array($hash_out['echeck'], $hash_out['echeckToken']);
     $this->addTransaction($hash_out, $hash_in, 'echeckRedeposit', $choice_hash);
     $this->counts_and_amounts['echeckRedeposit']['count'] += 1;
 }