Skip to content

Commit 9e0f44b

Browse files
committed
Fixed missing CVV for create customer.
1 parent e26b29a commit 9e0f44b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FatZebra.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ public function create_customer($first_name, $last_name, $reference, $email, $ca
244244
"card_holder" => $card_holder,
245245
"card_number" => $card_number,
246246
"expiry_date" => $card_expiry,
247+
"cvv" => $cvv
247248
));
248249

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

0 commit comments

Comments
 (0)