File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ codebird-php - changelog
7
7
+ Add Ads API POST tailored_audience_memberships method
8
8
+ Add Ads Sandbox API POST accounts method
9
9
+ Add Ads Sandbox API POST accounts/:account_id/features method
10
+ + Add Ads Sandbox API POST accounts/:account_id/funding_instruments method
10
11
11
12
3.1.0 (2016-02-15)
12
13
+ #143 Add support for proxy types
Original file line number Diff line number Diff line change @@ -370,6 +370,7 @@ class Codebird
370
370
'ads/sandbox/accounts/:account_id/cards/video_conversation ' ,
371
371
'ads/sandbox/accounts/:account_id/cards/website ' ,
372
372
'ads/sandbox/accounts/:account_id/features ' ,
373
+ 'ads/sandbox/accounts/:account_id/funding_instruments ' ,
373
374
'ads/sandbox/accounts/:account_id/line_items ' ,
374
375
'ads/sandbox/accounts/:account_id/media_creatives ' ,
375
376
'ads/sandbox/accounts/:account_id/promoted_accounts ' ,
@@ -1653,7 +1654,8 @@ protected function _detectMethod($method, &$params)
1653
1654
'ads/sandbox/accounts/:account_id/promoted_tweets '
1654
1655
],
1655
1656
'type ' => [
1656
- 'ads/sandbox/accounts/:account_id/features '
1657
+ 'ads/sandbox/accounts/:account_id/features ' ,
1658
+ 'ads/sandbox/accounts/:account_id/funding_instruments '
1657
1659
],
1658
1660
'user_id ' => [
1659
1661
'ads/accounts/:account_id/promoted_accounts ' ,
You can’t perform that action at this time.
0 commit comments