Skip to content

Commit

Permalink
check card
Browse files Browse the repository at this point in the history
  • Loading branch information
montdidier committed Dec 23, 2023
1 parent 102a5f4 commit 2ee4f16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/customer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,6 @@ async fn customer_create_test() {
assert_eq!(customer.company.unwrap(), "Pin Payments");
assert_eq!(customer.notes.unwrap(), "Account manager at Pin Payments");
assert_eq!(customer.created_at.unwrap(), datetime!(2012-06-22 6:27:33 UTC));
assert_eq!(customer.card.token, "card_nytGw7koRg23EEp9NTmz9w");
assert_eq!(customer.card.display_number, "XXXX-XXXX-XXXX-0000");
}

0 comments on commit 2ee4f16

Please sign in to comment.