Skip to content

Commit

Permalink
drops v2 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
SmoDav authored Jul 17, 2023
1 parent d08f6cf commit fffe6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mpesa/Repositories/Endpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ class Endpoint

public const MPESA_ID_CHECK = 'mpesa/checkidentity/v1/processrequest';

public const MPESA_REGISTER = 'mpesa/c2b/v2/registerurl';
public const MPESA_REGISTER = 'mpesa/c2b/v1/registerurl';

public const MPESA_SIMULATE = 'mpesa/c2b/v2/simulate';
public const MPESA_SIMULATE = 'mpesa/c2b/v1/simulate';

public const MPESA_LNMO = 'mpesa/stkpush/v1/processrequest';

Expand Down

0 comments on commit fffe6b3

Please sign in to comment.