Skip to content

Commit

Permalink
mod: sync with new upstream rules 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bennjii committed Dec 9, 2023
1 parent caf6e97 commit e770bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/format/shopify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ impl Parsable<TransactionRecord> for Transaction {
},
},
customer_notes: vec![],
balance: 0.0,
balance: 0,
special_pricing: String::new(),
accepts_marketing: cloned.accepts_marketing == "yes",
created_at: Utc::now(),
Expand Down

0 comments on commit e770bc5

Please sign in to comment.