Closed lansas closed 6 months ago
| 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', ], ],
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
| Sanal Pos v1.3.0 | | | est3Dgate| | | TEB| |
Selamlar önceki versiyonlarda;
iken yeni versiyonda testler nasıl tanımlanacak?