#thefyrewire-orders

1 messages · Page 1 of 1 (latest)

golden leaf
arctic oracle
#

Duh, I should've checked the versions first. I was on 8.207 😂 Thanks for the quick response!

arctic oracle
#

Sorry, me again! Server is all good, but in React it seems processOrder doesn't exist. I that checked both @stripe/react-stripe-js and @stripe/stripe-js were up to date

covert haven
#

Taking over here, let me see

#

What versions are you using?

arctic oracle
#
"@stripe/react-stripe-js": "^1.8.0",
"@stripe/stripe-js": "^1.29.0",
covert haven
#

Are you passing the apiVersion & betas parameters when initialising loadStripe?

const stripePromise = loadStripe('pk_test_xxx', {
  betas: ['process_order_beta_1'],
  apiVersion: '2020-08-27; orders_beta=v3'
});
arctic oracle
#

I am yes, though this seems to be a missing type definition

covert haven
#

I'd recommend opening an issue there

arctic oracle
#

Just looked through existing branches to see if anyone had added it already but doesn't seem like it. Guess I'll open an issue, thanks!

covert haven
#

Sure, np!