No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    quasar and fattmerchant.js

    Framework
    1
    2
    98
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      kenknight last edited by

      Has anyone successfully implemented fattmerchant.js into a quasar project?

      I downloaded the vue.js based fattmerchant example from https://github.com/kayyali18/fattmerchant-vue and it works fine, however, when I try and do the same thing it quasar the fattjs doesn’t appear to instantiate correctly and is missing the necessary showCardForm() method.

      I created a simple test app (pwa) and I’ve tried loading the fattjs in the index.template.html file and also tried using the vue plugin this.$loadScript(‘https://fattjs.fattpay.com/js/fattmerchant.js’).then((). Both methods produce the same result.

      Essentially you define the ID of the div for the card number and the CVV. You then instantiate the fattjs library and with the instantiated variable, you call the showCardForm() which loads small iframes in those specified divs.

      Any pointers would be great. I could also through this sample app up on github.

      Thanks,
      Ken

      1 Reply Last reply Reply Quote 0
      • K
        kenknight last edited by

        Never mind. I figured it out. I had not properly created the cvv div in order for the fattmerchant script to access the div.

        Thanks,
        Ken

        1 Reply Last reply Reply Quote 0
        • First post
          Last post