Desmond Cain
Results
2
comments of
Desmond Cain
I had to alter this block a bit by adding a conditional to handle nil parent_regions ``` ``` This worked for me but I'm not sure if this is the...
Specifying a type of `any` worked for me since it no longer returns a string. ``` this.stripe.createCardToken(card) .then((res: any) => console.log(res)); ```