Skip to content

Commit

Permalink
Fixed missing CVV for create customer.
Browse files Browse the repository at this point in the history
  • Loading branch information
amasses committed Jun 3, 2016
1 parent e26b29a commit 9e0f44b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FatZebra.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ public function create_customer($first_name, $last_name, $reference, $email, $ca
"card_holder" => $card_holder,
"card_number" => $card_number,
"expiry_date" => $card_expiry,
"cvv" => $cvv
));

return $this->do_request("POST", "/customers", $payload);
Expand Down

0 comments on commit 9e0f44b

Please sign in to comment.