Russell-Pollari / stripe2qbo

Import your Stripe transactions to Quick Books Online
MIT License
2 stars 1 forks source link

Raise exception or warning if Stripe home currency does not match QBO #62

Open Russell-Pollari opened 1 year ago

Russell-Pollari commented 1 year ago

things get weird otherwise...

Russell-Pollari commented 11 months ago

No exception is needed. Perhaps just a warning on the client side.

Sync will fail if the currencies do not match. Just need to update tests to handle this situation.

Otherwise, just need report this as a failure reason on a per-transaction basis -> handled by this issue: #84