Behavior wrapper for the Stripe library. Add it to your Polymer elements to access the Stripe client-side API.
$ bower install stripe-behavior
<link rel="import" href="stripe-behavior.html">
<script>
Polymer({
is: 'my-element',
behaviors: [StripeBehavior],
properties: {
publisheableKey: {
type: String,
value: 'pk_test_EUkfRZwz4TXS3ujwC4GNRIUy',
}
},
});
</script>
Open an issue in this repo or tweet/github metion @garcianavalon
$ polymer test
Copyright (c) 2016 SyncRTC Inc. All rights reserved.
This code may only be used under the MIT style license found at LICENSE.md