#jackson.bayor
1 messages · Page 1 of 1 (latest)
Have you tried running xcode-select --install?
Let's start over. Which package manager are you using to perform the install? It looks like you are trying to use brew , so have you installed Homebrew yet?
Yes I remember installing brew a long time back
What OS are you using?
Ventura 13.0.1
What's the output of brew -v?
If that outputs the version, then run brew install stripe/stripe-cli/stripe instead of brew upgrade stripe/stripe-cli/stripe
Homebrew/homebrew-core (git revision 9628e99d957; last commit 2022-12-07)```
Okay
But I confirm that I currently have stripe cli
When I try to trigger an event I get
Setting up fixture for: checkout_session
Running fixture for: checkout_session
Trigger failed: Request failed, status=400, body={
"error": {
"message": "You cannot use `line_items.amount`, `line_items.currency`, `line_items.name`, `line_items.description`, or `line_items.images` in this API version. Please use `line_items.price` or `line_items.price_data`. Please see https://stripe.com/docs/payments/checkout/migrating-prices for more information.",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_g66ekGZlYv0ldO?t=1670451892",
"type": "invalid_request_error"
}
}```
Ah, that was my next question. Okay, so back to the beginning.
I think xCode is one of the dependencies for the stripe package, so try running xcode-select --install and then attempt the upgrade again