commerce-worldpay-cancel.html.twig |
templates/commerce-worldpay-cancel.html.twig |
|
<!DOCTYPE html>
<html lang="" version="HTML+RDFa 1.0" dir="">
<head profile="">
<title></title>
<!-- Embed the stylesheet stored on WorldPay's server -->
… |
commerce-worldpay-success.html.twig |
templates/commerce-worldpay-success.html.twig |
|
<!DOCTYPE html>
<html lang="" version="HTML+RDFa 1.0" dir="">
<head profile="">
<title></title>
<!-- Embed the stylesheet stored on WorldPay's server -->
… |
commerce_worldpay.info.yml |
commerce_worldpay.info.yml |
|
commerce_worldpay.info.yml |
commerce_worldpay.module |
commerce_worldpay.module |
|
Provides a Worldpay Business Gateway payment method for Drupal Commerce. |
commerce_worldpay.services.yml |
commerce_worldpay.services.yml |
|
commerce_worldpay.services.yml |
footer.html |
worldpay page example/footer.html |
|
|
header.html |
worldpay page example/header.html |
|
|
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
API Docs: https://developer.worldpay.com/jsonapi/docs/
Shopping Carts: https://business.worldpay.com/shopping-carts
Internal (API):… |
stylesheet.css |
worldpay page example/stylesheet.css |
|
body {
line-height: 1.5;
font-size: 87.5%;
padding:0;
margin:0;
color:#000;
font-family: Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6 {
margin: 1.0em 0 0.5em;
font-weight: inherit;
}
h1 {
font-size:… |
WorldpayDirect.php |
src/Plugin/Commerce/PaymentGateway/WorldpayDirect.php |
Drupal\commerce_worldpay\Plugin\Commerce\PaymentGateway |
|
WorldpayDirectForm.php |
src/PluginForm/Onsite/WorldpayDirectForm.php |
Drupal\commerce_worldpay\PluginForm\Onsite |
|
WorldpayDirectInterface.php |
src/Plugin/Commerce/PaymentGateway/WorldpayDirectInterface.php |
Drupal\commerce_worldpay\Plugin\Commerce\PaymentGateway |
|
WorldPayHelper.php |
src/Plugin/Commerce/PaymentGateway/WorldPayHelper.php |
Drupal\commerce_worldpay\Plugin\Commerce\PaymentGateway |
|
WorldpayPaymentTrait.php |
src/Plugin/Commerce/PaymentGateway/WorldpayPaymentTrait.php |
Drupal\commerce_worldpay\Plugin\Commerce\PaymentGateway |
|
WorldpayRedirect.php |
src/Plugin/Commerce/PaymentGateway/WorldpayRedirect.php |
Drupal\commerce_worldpay\Plugin\Commerce\PaymentGateway |
|
WorldpayRedirectForm.php |
src/PluginForm/OffsiteRedirect/WorldpayRedirectForm.php |
Drupal\commerce_worldpay\PluginForm\OffsiteRedirect |
|
WorldpayRedirectInterface.php |
src/Plugin/Commerce/PaymentGateway/WorldpayRedirectInterface.php |
Drupal\commerce_worldpay\Plugin\Commerce\PaymentGateway |
|