Skip to content

Commit

Permalink
phpstan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dankovalenko-paysera committed Oct 17, 2024
1 parent 2ae0e4d commit 8244597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebToPay.php
Original file line number Diff line number Diff line change
Expand Up @@ -1406,13 +1406,13 @@ class WebToPay_Factory
*/
protected static array $defaultConfiguration = [
'routes' => [
self::ENV_PRODUCTION => [
'production' => [
'publicKey' => 'https://www.paysera.com/download/public.key',
'payment' => 'https://bank.paysera.com/pay/',
'paymentMethodList' => 'https://www.paysera.com/new/api/paymentMethods/',
'smsAnswer' => 'https://bank.paysera.com/psms/respond/',
],
self::ENV_SANDBOX => [
'sandbox' => [
'publicKey' => 'https://sandbox.paysera.com/download/public.key',
'payment' => 'https://sandbox.paysera.com/pay/',
'paymentMethodList' => 'https://sandbox.paysera.com/new/api/paymentMethods/',
Expand Down

0 comments on commit 8244597

Please sign in to comment.