Skip to content

Commit 09c3100

Browse files
committed
Add card_type as writeable attribute
1 parent 615c24e commit 09c3100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/recurly/billing_info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ protected function getWriteableAttributes() {
126126
return array(
127127
'first_name', 'last_name', 'mandate_reference', 'name_on_account', 'company', 'ip_address',
128128
'address1', 'address2', 'city', 'state', 'country', 'zip', 'phone',
129-
'vat_number', 'number', 'month', 'year', 'verification_value',
129+
'vat_number', 'number', 'month', 'year', 'verification_value', 'card_type',
130130
'account_number', 'routing_number', 'account_type',
131131
'paypal_billing_agreement_id', 'amazon_billing_agreement_id', 'currency',
132132
'token_id', 'external_hpp_type', 'gateway_token', 'gateway_code',

0 commit comments

Comments
 (0)