Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/square/ember-square-payment-form
DEPRECATED - The Square Payment Form Ember addon lets you take payments securely and easily in your Ember app using a familiar, component-based syntax.
https://github.com/square/ember-square-payment-form
deprecated ember ember-addon ember-cli-addon emberjs javascript payment-form payments sdk
Last synced: 7 days ago
JSON representation
DEPRECATED - The Square Payment Form Ember addon lets you take payments securely and easily in your Ember app using a familiar, component-based syntax.
- Host: GitHub
- URL: https://github.com/square/ember-square-payment-form
- Owner: square
- License: mit
- Created: 2019-03-15T19:46:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T00:57:34.000Z (over 1 year ago)
- Last Synced: 2024-12-16T19:43:22.232Z (9 days ago)
- Topics: deprecated, ember, ember-addon, ember-cli-addon, emberjs, javascript, payment-form, payments, sdk
- Language: JavaScript
- Homepage: https://square.github.io/ember-square-payment-form
- Size: 3.66 MB
- Stars: 14
- Watchers: 10
- Forks: 6
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DEPRECATED - ember-square-payment-form
**⛔️ The "Square Payment Form" is deprecated, and will no longer be supported aside from critical bug fixes. Please use the [Web Payments SDK](https://developer.squareup.com/docs/web-payments/overview) to take payments on a web client.**
The Square Payment Form Ember addon lets you take payments securely and easily
in your Ember app using a familiar, component-based syntax._Note: this SDK is in beta. We'll be improving it as we work towards GA - please
leave feedback for our team!_[Read the Docs](https://square.github.io/ember-square-payment-form)
## Compatibility
- Ember.js v3.0 or above
- Ember CLI v3.0 or above## Contributing
### Installation
- `git clone `
- `cd ember-square-payment-form`
- `yarn install`### Linting
- `yarn lint:hbs`
- `yarn lint:js`
- `yarn lint:js --fix`### Running tests
- `ember test` – Runs the test suite on the current Ember version
- `ember test --server` – Runs the test suite in "watch mode"
- `ember try:each` – Runs the test suite against multiple Ember versions### Running the dummy application
- `ember serve`
- Visit the dummy application at [http://localhost:4200](http://localhost:4200).## License
Copyright 2019 Square, Inc.
Code release under the [MIT license](LICENSE.md).