Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D Secure Eklendi. #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alihancofficial
Copy link

3D Secure kredi kartları ile ödeme yapılabilir hale getirildi.

// Eğer Kredi Kartı 3D Secure korumalıysa
if (($response->getCode() == ResponseAbstract::SECURE3D)) {

header("Location:" . $response->getUrl_3ds());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normal şartlarda banka, 3d Secure authorizasyonu sırasında kart formundan gelen bilgilerin kendisine HTTP/POST olarak gönderilmesini bekliyor. Bu implementasyonda kartın 3d secure olması durumunda yönlendiğiniz sayfaya herhangibir parametre taşındığını göremiyorum. Bunun doğru olduğundan emin misiniz ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Evet. Taşıyor.

@ibrahimgunduz34
Copy link
Collaborator

Katkınız için çok teşekkür ederim. Sanırım gözden geçirilmesi gereken birkaç nokta var. Gözüme çarpan sorunları yorumlarda bulabilirsiniz. Teşekkürler.

*.lock
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Composer .lock dosyasını gitignore'a eklemek iyi bir pratik değil diye biliyorum. Uygulamanın her branch'inde composer.lock versiyonlanmalı ve kodla birlikte dağıtılmalı. Bağımlılık olarak bu kütüphaneyi kullanan uygulamalar, composer install ile kurulum yaptıklarında lock file spesifik (son commit edilen) versiyona işaret ediyor olmalı.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants