An open API service indexing awesome lists of open source software.

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.

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.