diff --git a/lib/recurly/billing_info.php b/lib/recurly/billing_info.php index 317f3720..f1a47a93 100644 --- a/lib/recurly/billing_info.php +++ b/lib/recurly/billing_info.php @@ -126,7 +126,7 @@ protected function getWriteableAttributes() { return array( 'first_name', 'last_name', 'mandate_reference', 'name_on_account', 'company', 'ip_address', 'address1', 'address2', 'city', 'state', 'country', 'zip', 'phone', - 'vat_number', 'number', 'month', 'year', 'verification_value', + 'vat_number', 'number', 'month', 'year', 'verification_value', 'card_type', 'account_number', 'routing_number', 'account_type', 'paypal_billing_agreement_id', 'amazon_billing_agreement_id', 'currency', 'token_id', 'external_hpp_type', 'gateway_token', 'gateway_code',