-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form not working at all #48
Comments
Hi @Coysh,
|
Hi @andrelopez
Tim |
If jQuery is already loaded in your templates, could you please go to |
Tried again - no success |
Ok. Please enable the "Load Jquery" setting again. Did you get the same behavior in an incognito browser tab or a different browser? |
Sorry - Same problem in both Safari and Chrome - and in Incognito mode on both. |
Could you please load the page, right-click and click on "View page source" copy all the code in a .txt file and send back to us to support@enupal.com ? |
Done. |
The issue was due to a wrong display of the |
Description
I'm migrating across from
lukeyouell/craft-stripecheckout
as the plugin is dead, and we need support for SCA.No matter what I do, I can't get this plugin to work.
I've set up a payment and am displaying it on the frontend as follows:
{% set options = {amount: payment_amount, quantity: 1, calculateFinalAmount: true} %} {{ craft.enupalstripe.paymentForm('buySent', options) }}
The "Pay by card" button shows, but if I click it - I get a Unable to process the Payment error.
I've noticed that in the amount/token fields arn't being populated, as you can see - but can't work out why.
![image](https://user-images.githubusercontent.com/5764356/64791891-5162e580-d570-11e9-9b25-b1fd7ed56aab.png)
I've got SCA enabled, and trying to use Stripe checkout
Additional info
The text was updated successfully, but these errors were encountered: