lib/leetchi/beneficiary.rb in leetchi-wallet-services-1.0.0 vs lib/leetchi/beneficiary.rb in leetchi-wallet-services-1.1.0

- old
+ new

@@ -66,8 +66,7 @@ # - A strong authentication object # def self.update_strong_authentication(beneficiary_id, data) put_request(File.join('beneficiaries', beneficiary_id.to_s, 'strongAuthentication'), data) end - end end