Skip to content

Commit 3524ff0

Browse files
committed
Bugfix for #8
1 parent b2ec1bc commit 3524ff0

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
@@ -413,7 +413,7 @@ public function submit_payment($payment, $tan_scheme_id, $state, $redirect_uri=n
413413
$data['redirect_uri'] = $redirect_uri;
414414
}
415415

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

0 commit comments

Comments
 (0)