lib/active_merchant/billing/gateways/net_registry.rb in activemerchant-1.103.0 vs lib/active_merchant/billing/gateways/net_registry.rb in activemerchant-1.104.0
- old
+ new
@@ -22,10 +22,10 @@
# response will contain a 'receipt' parameter
# (response.params['receipt']) if a receipt was issued by the gateway.
class NetRegistryGateway < Gateway
self.live_url = self.test_url = 'https://paygate.ssllock.net/external2.pl'
- FILTERED_PARAMS = [ 'card_no', 'card_expiry', 'receipt_array' ]
+ FILTERED_PARAMS = ['card_no', 'card_expiry', 'receipt_array']
self.supported_countries = ['AU']
# Note that support for Diners, Amex, and JCB require extra
# steps in setting up your account, as detailed in