Skip to content

MashMeTV/stripe-behavior

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<stripe-behavior>

Behavior wrapper for the Stripe library. Add it to your Polymer elements to access the Stripe client-side API.

Install

$ bower install stripe-behavior

Use

<link rel="import" href="stripe-behavior.html">

<script>
  Polymer({
    is: 'my-element',
    behaviors: [StripeBehavior],

    properties: {

      publisheableKey: {
        type: String,
        value: 'pk_test_EUkfRZwz4TXS3ujwC4GNRIUy',
      }
    },
  });
</script>

Contact & Support

Open an issue in this repo or tweet/github metion @garcianavalon

Running Tests

$ polymer test

License

Copyright (c) 2016 SyncRTC Inc. All rights reserved.

This code may only be used under the MIT style license found at LICENSE.md

About

Element wrapper for the Stripe library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages