Skip to content

Commit 6916d3c

Browse files
committed
Merge pull request #9 from angerits/master
Proposed solution for issue #8
2 parents e6c3102 + 7418d4f commit 6916d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

figo/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ public function submit_payment($payment, $tan_scheme_id, $state, $redirect_uri=n
401401
$data['redirect_uri'] = $redirect_uri;
402402
}
403403

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

0 commit comments

Comments
 (0)