lib/active_merchant/billing/gateways/trust_commerce.rb in activemerchant-1.54.0 vs lib/active_merchant/billing/gateways/trust_commerce.rb in activemerchant-1.55.0
- old
+ new
@@ -221,11 +221,11 @@
}
commit('reversal', parameters)
end
- # recurring() a TrustCommerce account that is activated for Citatdel, TrustCommerce's
+ # recurring() a TrustCommerce account that is activated for Citadel, TrustCommerce's
# hosted customer billing info database.
#
# Recurring billing uses the same TC action as a plain-vanilla 'store', but we have a separate method for clarity. It can be called
# like store, with the addition of a required 'periodicity' parameter:
#
@@ -265,10 +265,10 @@
add_creditcard(parameters, creditcard)
commit('store', parameters)
end
- # store() requires a TrustCommerce account that is activated for Citatdel. You can call it with a credit card and a billing ID
+ # store() requires a TrustCommerce account that is activated for Citadel. You can call it with a credit card and a billing ID
# you would like to use to reference the stored credit card info for future captures. Use 'verify' to specify whether you want
# to simply store the card in the DB, or you want TC to verify the data first.
def store(creditcard, options = {})
parameters = {