MT#13717 Avoid duplicate names for billing profiles

Change-Id: I8896d2f3c1d8a3f698630374f7dc6512f798cc94
changes/74/2074/2
Irina Peshinskaya 10 years ago
parent c4bd2bbe6a
commit 90d235c7b0

@ -220,8 +220,8 @@ sub build_data{
},
'billingprofiles' => {
'data' => {
name => 'api_test test profile',
handle => 'api_test_testprofile',
name => 'api_test test profile'.time(),
handle => 'api_test_testprofile'.time(),
reseller_id => sub { return shift->get_id('resellers',@_); },
},
'default' => 'billing_profiles',

Loading…
Cancel
Save