Skip to content

Commit

Permalink
Merge pull request #9 from angerits/master
Browse files Browse the repository at this point in the history
Proposed solution for issue #8
  • Loading branch information
javaes committed Apr 1, 2015
2 parents e6c3102 + 7418d4f commit 6916d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion figo/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public function submit_payment($payment, $tan_scheme_id, $state, $redirect_uri=n
$data['redirect_uri'] = $redirect_uri;
}

$response = $this->query_uri("/rest/accounts/".$payment->account_id."/payments/".$payment->payment_id."/submit", $data, "POST");
$response = $this->query_api("/rest/accounts/".$payment->account_id."/payments/".$payment->payment_id."/submit", $data, "POST");
if (is_null($response)) {
return null;
} else {
Expand Down

0 comments on commit 6916d3c

Please sign in to comment.