diff --git a/public_html/include/arrayinfo.php b/public_html/include/arrayinfo.php
index 06bea0f..916f4cf 100644
--- a/public_html/include/arrayinfo.php
+++ b/public_html/include/arrayinfo.php
@@ -4,7 +4,7 @@ $yearLast = $yearNow - 1;
// Array
$arrStatus = array ('I' => 'Inactive', 'A' => 'Active', 'H' => 'Hold', 'D' => 'Delete', 'F' => 'Finish' );
$arrPaymenttype = array ('CA' => 'Cash', 'CHQ' => 'Cheque', 'DIRECT' => 'Direct Deposit', 'DONATION' => 'Donation', 'EFT' => 'EFT',
- 'ETR' => 'E-Transfer', 'FREE' => 'Free Account', 'GT' => 'Grease Trap Service', 'WEBSITE' => 'Web Site');
+ 'ETR' => 'E-Transfer', 'FREE' => 'Free Account', 'GT' => 'Grease Trap Service', 'CREDIT' => 'Credit Card');
$arrBin = array ('D' => '200L Drum', '400B' => '400L Bin', '500B' => '500L Bin', '600B' => '600L Bin',
'700B' => '700L Bin', '800B' => '800L Bin', '1000B' => '1000L Bin',