#Jesus

1 messages · Page 1 of 1 (latest)

upbeat vesselBOT
chilly crag
#

Hi there
Could you please share more details, like screenshot or the complete stacktrace ?

balmy palm
#

Yes of course!

chilly crag
#

You are using what key when you load Stripe ? this.stripePublicKey

balmy palm
#

I use test key starting with pk_test_***

I don't know if I can place the whole key here 😅

chilly crag
#

In the browser console, is there more stacktrace ?

balmy palm
#

just this...
IntegrationError: The paymentRequestButton Element is not available in the current environment. at e.value ((índice):1:231438) at t.value ((índice):1:318777) at t.value ((índice):1:318501) at t.<anonymous> ((índice):1:314458) at t.mount ((índice):1:150141) at CheckoutPageComponent.<anonymous> (checkout-page.component.ts:299:23) at step (tslib.es6.js:102:1) at Object.next (tslib.es6.js:83:45) at tslib.es6.js:76:1 at new ZoneAwarePromise (zone.js:913:33)

chilly crag
#

where does you account based in ?

balmy palm
#

We are in Spain, I have tried to change the information of the country and type of currency. But I understand that these are the correct ones: country: 'ES', currency: 'eur',

chilly crag
#

Can you share your account Id please ?

balmy palm
#

acct_175djaJsUeQ031Zd

chilly crag
#

thanks for sharing let me check

flat cargo
#

would you have a link to a page I can visit that reproduces this error?

balmy palm
#

@flat cargo No, sorry... I have local development

flat cargo
#

is this using Vue or something similar or Angular or something? I'm not sure what this 'nativeElement refers to, and for instance we do not support Vue or Shadow DOMs in stripe.js

balmy palm
#

Yes, the development is in Angular. I use nativeElement to refer to the object that will contain the element, in the same way that I do with cards type elements that are displayed correctly

flat cargo
#

hmm I'm not sure we really support Angular.

balmy palm
#

I'm going to test with ngx-stripe anyway

flat cargo
#

let me know how it works out

#

but for example we 100% don't work with Vue , and I think Angular can use a Shadow DOM , which we don't support