Parent Directory
|
Revision Log
|
Revision Graph
Initial commit of UC Worldpay module originally coded by Hans Idink www.catorg.co.uk, with permission. This module aims to integrates the Worldpay payment services with Ubercart.
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | function uc_worldpay_uninstall() { |
| 5 | db_query("DELETE FROM {variable} WHERE name LIKE 'uc_worldpay%'"); |
| 6 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |