activemerchant / active_merchant

Active Merchant is a simple payment abstraction library extracted from Shopify. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.
http://activemerchant.org
MIT License
4.54k stars 2.5k forks source link

ActiveMerchant and ActiveUtils are out of sync #2397

Open titanoboa opened 7 years ago

titanoboa commented 7 years ago

The contributing guideline for ActiveUtils say

maybe you should also update the mirrored version in ActiveMerchant

However, the country.rb is out of sync: ActiveUtils is handling countries that do not use zip codes which seems to be missing from its ActiveMerchant counterpart

cc @bdewater

bpollack commented 6 years ago

@bdewater Is this correct or should I close this or what? I don't know much about ActiveUtils, nor do I know the story with country.rb.