https://github.com/timoanttila/klarnacheckout
Integration between e-commerce and Klarna Checkout (PHP). Only one file needed.
https://github.com/timoanttila/klarnacheckout
checkout klarna klarna-api klarna-checkout klarna-payments payment payment-integration php
Last synced: 3 months ago
JSON representation
Integration between e-commerce and Klarna Checkout (PHP). Only one file needed.
- Host: GitHub
- URL: https://github.com/timoanttila/klarnacheckout
- Owner: timoanttila
- License: gpl-3.0
- Created: 2019-08-18T18:45:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T19:10:35.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T09:47:16.296Z (4 months ago)
- Topics: checkout, klarna, klarna-api, klarna-checkout, klarna-payments, payment, payment-integration, php
- Language: PHP
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Klarna Checkout
Integration between e-commerce and Klarna Checkout (PHP). Only one file needed.
This build has been developed for [Tuspe](https://tuspe.com)'s webshop. All the information is saved in SQL, but normally I just get product information from there and other things from the session ($cart_data). You need to replace shop_merchant_id, shop_merchant_secret, SQL query and content of $cart_data for your own information.
Suggestions for improvement are welcome.