User Profile
Collapse
-
i used babel but i get other error 'Promise' is undefined in api file
this file
...Code:/** * This is the main function - The only one that we should call from outside this file */ function doPayment(paymentRequest) { return new Promise((resolve, reject) => { const onCreateCardCallback = create3DSecure(paymentRequest, resolve, reject); return Stripe.source.create({Leave a comment:
-
trigger is not working on internet explorer
error on this line doPayment(payme ntRequest).then ((result) => {
plz giving me right solutionLeave a comment:
-
hello this my code is not working internet explorer plz give me solution
hello this my code is not working internet explorer plz give me solution
...Code:/** * When we click on a card */ $('#btnpay').click(function(){ const paymentRequest = { cardNumber: $('#cartno').val(), expYear: $('#expYear').val(), expMonth: $('#expMonth').val(), cvc: $('#cvcno').val(), currency: 'GBP', amount: $('#amount').val(), nativeElement:
No activity results to display
Show More
Leave a comment: