1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[compute|brightbox] Updated Account format test to allow valid_credit_card flag

This commit is contained in:
Paul Thornthwaite 2011-07-12 17:28:29 +01:00
parent 192523f1ae
commit 5019217165

View file

@ -281,6 +281,7 @@ class Brightbox
"verified_telephone" => Fog::Nullable::String,
"verified_at" => Fog::Nullable::String,
"verified_ip" => Fog::Nullable::String,
"valid_credit_card" => Fog::Boolean,
"owner" => Brightbox::Compute::Formats::Nested::USER,
"users" => [Brightbox::Compute::Formats::Nested::USER],
"clients" => [Brightbox::Compute::Formats::Nested::API_CLIENT],