Skip to content

Commit

Permalink
Add card_type as writeable attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ngleiser committed Aug 29, 2022
1 parent 615c24e commit 09c3100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recurly/billing_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 09c3100

Please sign in to comment.