PHP Classes

File: templates/payment-done.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Link2Payment   templates/payment-done.php   Download  
File: templates/payment-done.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Link2Payment
Application to generate links for people to pay
Author: By
Last change:
Date: 1 year ago
Size: 269 bytes
 

Contents

Class file image Download
<?php namespace PH7App; ?>

<p class="green-text bold">
  Payment Successfully <span class="underline">Done</span>!
</p>

<p class="italic">
  For any further information, please contact the seller at <a href="mailto:<?= $seller_email ?>"><?= $seller_email ?></a>
</p>