Skip to content

Commit

Permalink
Update Arb.php
Browse files Browse the repository at this point in the history
  • Loading branch information
egyjs authored Apr 1, 2024
1 parent 49ed8eb commit 7f742e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Arb.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ class Arb
/**
* @var string The URL to redirect to after a successful payment.
*/
protected string $success_url = 'http://localhost:8000/arb/response';
protected string $success_url = 'https://api-dev.lockers.com.sa/arb/response';

/**
* @var string The URL to redirect to after a failed payment.
*/
protected string $error_url = 'http://localhost:8000/arb/response';
protected string $error_url = 'https://api-dev.lockers.com.sa/arb/response';

/**
* @var array The data to be sent with the payment request.
Expand Down

0 comments on commit 7f742e8

Please sign in to comment.