Rubem Nakamura
Rubem Nakamura
closes #1 - [x] fix database_generator to include all possible valid formats - [x] fix database_generator to exclude some invalid formats from the test examples - [x] fix Number#valid? to...
An easy way to see this error happening is adding to [this test case](https://github.com/sstephenson/global_phone/blob/master/test/smoke_test.rb#L11) the following assertion (since its fixture was generated by global_phone_dbgen --test): ``` ruby assert number.valid?, "expected...
**Is your feature request related to a problem? Please describe.** There is already support for snowflake user defined functions, but there isn't a way to properly import them. See that...
This PR adds enhances the Little Gateway refund method by allowing refunding a tokenized credit card and passing an optional expiration date on purchase. This PR is adding the purchase...
The removed element from UI hasn't been removed from the hidden token input so that we have inconsistent data. The issue was occuring because there was a mistake around where...
There is another change in 1.3.0 that affected our test suite. It looks like that even the strings that were created intentionally with double(or more) whitespaces between a word, when...