lib/active_merchant/billing/gateways/netpay.rb in activemerchant-1.42.2 vs lib/active_merchant/billing/gateways/netpay.rb in activemerchant-1.42.3
- old
+ new
@@ -16,10 +16,10 @@
#
# Purchases can be cancelled (`#void`) only within 24 hours of the
# transaction. After this, a refund should be performed instead.
#
# In addition to the regular ActiveMerchant transaction options, NETPAY
- # also supports a `:mode` parameter. This allows testing to be peformed
+ # also supports a `:mode` parameter. This allows testing to be performed
# in production and force specific results.
#
# * 'P' - Production
# * 'A' - Approved
# * 'D' - Declined