Max Rice
Max Rice
Requested via email, an example is Chinese characters result in "not found" lookups, e.g. Beijing 北京 Peiking University 北京大学 Tsinghua University 清华大学 Beijing Normal University 北京师范大学 Looks like a culture...
enter lat/long in columns and return address into location field
## PR in #6 When trying to replicate an issue, it takes a lot of time to recreate the exact settings for a customer's site. It'd be super useful to...
Our tagging nomenclature for this repository was copied from wc-plugins, which adds a prefix to the version number. This isn't needed for a single repository though, so let's update our...
We already have an order action (single order & bulk) for capturing an authorization, so we should add the opposite action -- reversing/voiding the authorization. This would be a new...
For gateways that support tokenization, we're storing the expiration date for each payment method (if applicable). It would be nice to automatically email customers when their payment method is close...
As wonderful as the API base classes are, not every extension makes use of them. In an effort to slim down the size of the framework when included, we should...
Now that the payment gateway framework has it's own JS, there are some improvements we can make in the future: - extend jQuery.payment to provide support for validating/formatting eCheck fields...
Multi-currency support is becoming a fairly popular request for our gateways. Let's investigate how we can implement a nice abstracted approach to multi-currency. ## Gateways that support multi-currency - **Authorize.net...
In our project we're using JSON columns for custom metadata. After adding the column in mySQL and adding it to the `$casts` property (e.g. `$casts = [ 'metadata' => 'json'...