From b9790bfeca69f282cc422244f785b318a16ba80f Mon Sep 17 00:00:00 2001 From: Brian Simpson Date: Wed, 30 Apr 2014 15:33:05 -0400 Subject: [PATCH] authorize: Delete old TODO. --- r2/r2/lib/authorize/api.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/r2/r2/lib/authorize/api.py b/r2/r2/lib/authorize/api.py index 2fa8b4a70..4b9cc6842 100644 --- a/r2/r2/lib/authorize/api.py +++ b/r2/r2/lib/authorize/api.py @@ -541,14 +541,6 @@ class DeleteCustomerShippingAddressRequest(GetCustomerShippingAddressRequest): GetCustomerShippingAddressRequest.process_error(self, res) -# TODO -#class UpdateCustomerProfileRequest(AuthorizeNetRequest): -# _keys = (AuthorizeNetRequest._keys + ["profile"]) -# -# def __init__(self, user): -# profile = Profile(user, None, None) -# AuthorizeNetRequest.__init__(self, profile = profile) - class UpdateCustomerPaymentProfileRequest(CreateCustomerPaymentProfileRequest): """ For updating the user's payment profile