Giter VIP home page Giter VIP logo

Comments (5)

cocoastorm avatar cocoastorm commented on July 17, 2024

Hey @Erwin16,

Thanks for the catch! I seemed to mess up and not include the buttonStyle for a recent release. It should be fixed now.

I'll publish a new version soon 👍

EDIT: Published v2.3.2

from vue-paypal-checkout.

 avatar commented on July 17, 2024

thanks a lot... working better !
What about language ? setting locale: 'fr_FR' does not chnage the button label as it should ?

from vue-paypal-checkout.

koddr avatar koddr commented on July 17, 2024

Hello.

Why :buttonStyle is not working at 2.3.5 version? I try to do this:

// ./js/script.js

// Include libraries
import Vue from 'vue'
import PayPal from 'vue-paypal-checkout'

// Vue
const app = new Vue({
  el: '#app',
  components: {
    PayPal
  },
  data: {
    paypal_api_keys: {
      sandbox: '<sandbox client id>',
      production: '<production client id>'
    },
    paypal_button_style: {
      label: 'pay',
      size: 'medium',
      shape: 'pill',
      color: 'blue'
    },
    // ... other data
  },
  // ... other methods and else
})

On template:

<!-- ./index.html -->

<div id="app">
  <pay-pal
    amount="10.0"
    currency="USD"
    :client="paypal_api_keys"
    :buttonStyle="paypal_button_style"
    env="sandbox">
  </pay-pal>
</div>

<!-- I'm using Webpack 3.11 for minify -->
<script src="./dist/js/script.min.js"></script>

...and alway get gold button with small size! How to solve this? Please.

from vue-paypal-checkout.

cocoastorm avatar cocoastorm commented on July 17, 2024

Hey, @koddr

How are you importing the button component? Additionally, are you using webpack with vue-loader?

I can't seem to reproduce this. If you're still experiencing this after checking the package version, and etc, I'll take a closer look later if you want!

JSFiddle with your styles.

Cheers!

EDIT: Can you try using :button-style instead of :buttonStyle
https://vuejs.org/v2/guide/components.html#camelCase-vs-kebab-case

<!-- ./index.html -->

<div id="app">
  <pay-pal
    amount="10.0"
    currency="USD"
    :client="paypal_api_keys"
    :button-style="paypal_button_style"
    env="sandbox">
  </pay-pal>
</div>

<!-- I'm using Webpack 3.11 for minify -->
<script src="./dist/js/script.min.js"></script>

from vue-paypal-checkout.

koddr avatar koddr commented on July 17, 2024

Yes, kebab-case save lives 👍

from vue-paypal-checkout.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.