1. Go to this page and download the library: Download superbig/craft-vipps library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
superbig / craft-vipps example snippets
return [
'gatewayHandle' => [
'testMode' => true,
'clientId' => '',
'clientSecret' => '',
'subscriptionKeyAccessToken' => '',
'merchantSerialNumber' => '',
'useBillingPhoneAsVippsPhoneNumber' => true,
'captureOnStatusChange' => true,
'captureStatusUid' => '',
// You have access to any properties on the order +
// a property called lineItemsText that will list the
// line items as text + their quantity
'transactionText' => '{lineItemsText}',
// Users will be redirected here on success or when something goes wrong
'fallbackUrl' => \craft\helpers\UrlHelper::siteUrl('/shop/confirmation?order={number}'),
// Express checkout
'expressCheckout' => true,
'newCartOnExpressCheckout' => true,
],
];
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.