Max Rice

Results 11 issues of 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

enhancement

## 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...

enhancement

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...

Meta

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...

Feature
Payment Gateway

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...

Feature
Payment Gateway

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...

Question

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...

Payment Gateway

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...

Feature
Payment Gateway

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'...

enhancement
v4