diff --git a/recurly.module b/recurly.module
index 381a5fd..ca3d4e5 100644
--- a/recurly.module
+++ b/recurly.module
@@ -633,7 +633,7 @@ function recurly_account_save($recurly_account, $entity_type, $entity_id, $data
   // record that does not match a record at Recurly.
   if ($export) {
     // Check to see if the record already exists.
-    $remote_account = Recurly_Account::getAccount($recurly_account->account_code);
+    $remote_account = Recurly_Account::get($recurly_account->account_code);
 
     // If it does, then update the account.
     if (!empty($remote_account)) {
