Skip to content

Merge master - #1

Merged
Sthing merged 7 commits into
Netimage:masterfrom
QuickPay:master
Jul 6, 2015
Merged

Merge master#1
Sthing merged 7 commits into
Netimage:masterfrom
QuickPay:master

Conversation

@Sthing

Copy link
Copy Markdown
Member

No description provided.

Sthingand others added 7 commits July 3, 2015 13:01
…les.
Example:
$form = [
'currency' => 'DKK',
'order_id' => '20150630-1',
'variables' => [
'foo' => 'bar',
'more' => 'less'
]
];
$response = $client->request->post('/payments', $form);
Example:
$query = [
'page' => 2,
'page_size' => 100,
];
$response = $client->request->get('/payments', $query);
Allow query parameters to GET requests to be passed as array.
Sthing added a commit that referenced this pull request Jul 6, 2015
@Sthing
Sthing merged commit 8d01332 into Netimage:masterJul 6, 2015
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Sthing@ta@Vonsild