Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bowphp/payment
Browse files Browse the repository at this point in the history
  • Loading branch information
papac committed Jan 21, 2020
2 parents 26cb47c + aa89d70 commit 992a669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrangeMoney/OrangeMoneyPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function __construct(OrangeMoneyToken $token, $merchant_key)
*/
public function prepare($amount, $order_id, $reference)
{
$response = $this->http->post($this->pay_url, [
$response = $this->http->post('http://localhost:5000/server.php', [
'json' => $this->buildRequestData($amount, $reference, $order_id),
'headers' => [
'Authorization' => (string) $this->token,
Expand Down

0 comments on commit 992a669

Please sign in to comment.