dever 5 년 전
부모
커밋
bdfe9ab9cd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Api.php

+ 1 - 0
src/Api.php

@@ -76,6 +76,7 @@ class Api
 			$method = $config[$source];
 			if ($source == 3 && $receipt) {
 				$method = $method[1];
+				$param['other'] = $receipt;
 			}
 			return $this->$method($param);
 		} else {