payson_checkout
This proejct integrates the Swedish payment company Payson into Drupal Commerce Payment system.
We now have a have a prerelease for Drupal 8/9.
Installation (Drupal 8/9)
Just install it as any other module, thanks to Payson new Rest-API we don't need to install any libraries.
Installation (Drupal 7 version only)
After all dependencies are fullfilled, download Paysons API code from https://github.com/PaysonAktiebolag/api-integration-php and install it in /sites/all/libraries/payson_checkout/
When you are done there should be two directories in that folder "example" and "lib".
Drupal 7.x- Supported Cart Line types
The 7.x-2.0-beta7 version of the module currently support Cart Line Items for the following modules. If you miss someone in list, just open an issue and I will look into it, a patch is even better. For adding support for other line item types check the switch in function
payson_checkout_order_items, it's around row 755.