8000 Add Ads Sandbox API POST accounts/:account_id/funding_instruments method · lfcheng92/codebird-php@b36922c · GitHub
[go: up one dir, main page]

Skip to content

Commit b36922c

Browse files
committed
Add Ads Sandbox API POST accounts/:account_id/funding_instruments method
1 parent 101dddd commit b36922c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ codebird-php - changelog
77
+ Add Ads API POST tailored_audience_memberships method
88
+ Add Ads Sandbox API POST accounts method
99
+ Add Ads Sandbox API POST accounts/:account_id/features method
10+
+ Add Ads Sandbox API POST accounts/:account_id/funding_instruments method
1011

1112
3.1.0 (2016-02-15)
1213
+ #143 Add support for proxy types

src/codebird.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ class Codebird
370370
'ads/sandbox/accounts/:account_id/cards/video_conversation',
371371
'ads/sandbox/accounts/:account_id/cards/website',
372372
'ads/sandbox/accounts/:account_id/features',
373+
'ads/sandbox/accounts/:account_id/funding_instruments',
373374
'ads/sandbox/accounts/:account_id/line_items',
374375
'ads/sandbox/accounts/:account_id/media_creatives',
375376
'ads/sandbox/accounts/:account_id/promoted_accounts',
@@ -1653,7 +1654,8 @@ protected function _detectMethod($method, &$params)
16531654
'ads/sandbox/accounts/:account_id/promoted_tweets'
16541655
],
16551656
'type' => [
1656-
'ads/sandbox/accounts/:account_id/features'
1657+
'ads/sandbox/accounts/:account_id/features',
1658+
'ads/sandbox/accounts/:account_id/funding_instruments'
16571659
],
16581660
'user_id' => [
16591661
'ads/accounts/:account_id/promoted_accounts',

0 commit comments

Comments
 (0)
0