Skip to content

Commit

Permalink
defaults in card and charge
Browse files Browse the repository at this point in the history
  • Loading branch information
montdidier committed Dec 23, 2023
1 parent 476e3d1 commit 102a5f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/card.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ async fn card_create_test() {
cvc: "123",
name: "Roland Roboat",
address_line1: "42 Sevenoaks St",
address_line2: None,
address_city: "Lathlain",
address_postcode: "6454",
address_state: "WA",
Expand Down
1 change: 1 addition & 0 deletions tests/charge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ async fn charge_create_test() {
address_postcode: "6454",
address_state: "WA",
address_country: "Australia",
..Default::default()
}
),
..Default::default()
Expand Down

0 comments on commit 102a5f4

Please sign in to comment.