Skip to content

Commit 1143a4c

Browse files
committed
Add card_type as writeable attribute
1 parent a23347e commit 1143a4c

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
@@ -143,7 +143,7 @@ protected function getWriteableAttributes() {
143143
return array(
144144
'first_name', 'last_name', 'mandate_reference', 'name_on_account', 'company', 'ip_address',
145145
'address1', 'address2', 'city', 'state', 'country', 'zip', 'phone',
146-
'vat_number', 'number', 'month', 'year', 'verification_value',
146+
'vat_number', 'number', 'month', 'year', 'verification_value', 'card_type',
147147
'account_number', 'routing_number', 'account_type',
148148
'paypal_billing_agreement_id', 'amazon_billing_agreement_id', 'currency',
149149
'token_id', 'external_hpp_type', 'gateway_token', 'gateway_code',

0 commit comments

Comments
 (0)