-
Hey guys,
Wanted to open up a discussion on using a dependency to handle things like type detection, parsing, formatting, and validation. Ideally jquery.payment would be just that: jQuery bindings fo…
-
Hi,
I am wondering in the documentation, Braintree_CreditCard was stated as deprecated, but when
I getting Customer->paymentMethods() it returns Braintree_CreditCard object, and somehow creditCards()…
-
So I'd like to be able to tell the driver how to buzz into my building, which requires access to the "special instructions" field that the app/website have. Any chance of adding support for that?
-
The current support for financial products and services is weak. We need better support for financial products and services, i.e. credit cards as products (not just as payment methods), consumer accou…
-
I am testing adding and deleting customers in my Sandbox before going live.
First, I query my database to find the customers I want to delete. The user ID in my database is the same as the customer I…
-
The formatter can handle this fine:
``` javascript
var Creditcards = React.createClass({
```
but this
``` javascript
class Creditcards extends React.Component {
```
becomes
``` javascript
class C…
-
I have a few (small number) of crashes reported in my app and when looking at the traces of those crashes it has the following detail:
```
-[NSString stringByAppendingString:] @ 0x70
-[STPAPIClient c…
-
I don't think I've ever seen any nodejs project warning and erroring this much, nor has I ever seen ANY nodejs project depending on this many libraries. This project is slow and messy, but most of the…
-
If you input this into the requirebin
```
var Creditcards = React.createClass({
render: function() {
return (
Creditcards
{this.state.creditCards.map(function(…
-
Hi,
I've noticed a broken link in README: see "Exposes the [card type](https://github.com/bendrucker/creditcards/blob/master/README.md#cardtypenumber---string) as `$ccType` on the model controller".
…