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:
parent
192523f1ae
commit
5019217165
1 changed files with 1 additions and 0 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue