[GH-ISSUE #222] yeni config te test url ler #119

Closed
opened 2026-03-03 15:43:14 +03:00 by kerem · 1 comment
Owner

Originally created by @lansas on GitHub (Jun 3, 2024).
Original GitHub issue: https://github.com/mewebstudio/pos/issues/222

| Sanal Pos v1.3.0 | |
| est3Dgate| |
| TEB| |

Selamlar önceki versiyonlarda;

'teb' => [
                'name' => 'TEB',
                'class' => \Mews\Pos\Gateways\EstV3Pos::class,
                'urls' => [
                    'payment' => 'https://sanalpos.teb.com.tr/fim/api',
                    'test' => 'https://entegrasyon.asseco-see.com.tr/fim/api',
                    'gateway' =>
                        [
                        'production' => 'https://sanalpos.teb.com.tr/fim/est3Dgate',
                        'test' => 'https://entegrasyon.asseco-see.com.tr/fim/est3Dgate',
                        ],
                    ],
                ],

iken yeni versiyonda testler nasıl tanımlanacak?



'teb' => [
                'name' => 'TEB',
                'class' => \Mews\Pos\Gateways\EstV3Pos::class,
                'gateway_endpoints' => [
                    'payment_api' => 'https://sanalpos.teb.com.tr/fim/api',
                    'gateway_3d' =>'https://sanalpos.teb.com.tr/fim/est3Dgate',
                    ],
                ],



Originally created by @lansas on GitHub (Jun 3, 2024). Original GitHub issue: https://github.com/mewebstudio/pos/issues/222 | Sanal Pos v1.3.0 | | | est3Dgate| | | TEB| | Selamlar önceki versiyonlarda; ``` 'teb' => [ 'name' => 'TEB', 'class' => \Mews\Pos\Gateways\EstV3Pos::class, 'urls' => [ 'payment' => 'https://sanalpos.teb.com.tr/fim/api', 'test' => 'https://entegrasyon.asseco-see.com.tr/fim/api', 'gateway' => [ 'production' => 'https://sanalpos.teb.com.tr/fim/est3Dgate', 'test' => 'https://entegrasyon.asseco-see.com.tr/fim/est3Dgate', ], ], ], ``` iken yeni versiyonda testler nasıl tanımlanacak? ``` 'teb' => [ 'name' => 'TEB', 'class' => \Mews\Pos\Gateways\EstV3Pos::class, 'gateway_endpoints' => [ 'payment_api' => 'https://sanalpos.teb.com.tr/fim/api', 'gateway_3d' =>'https://sanalpos.teb.com.tr/fim/est3Dgate', ], ], ```
kerem closed this issue 2026-03-03 15:43:14 +03:00
Author
Owner

@nuryagdym commented on GitHub (Jun 3, 2024):

merhabalar, production ve test ortamin configlerini ayri dosyalarda olmasi gerekiyor.
Hangi ortam'da calistirmak istiyorsaniz o dosyayi kutuphaneye saglamaniz gerekiyor.

https://github.com/mewebstudio/pos/tree/master/config

<!-- gh-comment-id:2145358065 --> @nuryagdym commented on GitHub (Jun 3, 2024): merhabalar, production ve test ortamin configlerini ayri dosyalarda olmasi gerekiyor. Hangi ortam'da calistirmak istiyorsaniz o dosyayi kutuphaneye saglamaniz gerekiyor. https://github.com/mewebstudio/pos/tree/master/config
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pos#119
No description provided.