diff --git a/lib/CTServer.php b/lib/CTServer.php index a1d4986..eff2256 100644 --- a/lib/CTServer.php +++ b/lib/CTServer.php @@ -180,7 +180,7 @@ public function initialize_recurring($payment_data) { * @param array $products (OPTIONAL) A structure containing detailed information about the purchase. See the API docs for more information. * @return Resource|Collection|APIProblem */ - public function debit_recurring($amount = null, $currency, $payment_account, $reference = null, $language = null, $description = null, $customer = array(), $products = array()) { + public function debit_recurring($amount, $currency, $payment_account, $reference = null, $language = null, $description = null, $customer = array(), $products = array()) { $data = array( "currency" => $currency, "method" => "RECURRING",