diff --git a/Readme.md b/Readme.md
index 0703966..12e9745 100644
--- a/Readme.md
+++ b/Readme.md
@@ -96,3 +96,6 @@
= 1.1.6 =
- Added api channel field to the gateway
+
+= 1.2.0 =
+- Added FPX and Zip Payment logos selection
\ No newline at end of file
diff --git a/upload/admin/controller/extension/payment/hitpay.php b/upload/admin/controller/extension/payment/hitpay.php
index 5e9f31c..732d70e 100644
--- a/upload/admin/controller/extension/payment/hitpay.php
+++ b/upload/admin/controller/extension/payment/hitpay.php
@@ -213,6 +213,14 @@ public function get_payment_logos() {
array(
'value' => 'shopeepay',
'label' => 'Shopee Pay'
+ ),
+ array(
+ 'value' => 'fpx',
+ 'label' => 'FPX'
+ ),
+ array(
+ 'value' => 'zip',
+ 'label' => 'Zip'
)
);
return $list;
diff --git a/upload/catalog/view/theme/default/image/payment/hitpay/fpx.svg b/upload/catalog/view/theme/default/image/payment/hitpay/fpx.svg
new file mode 100644
index 0000000..6b41aef
--- /dev/null
+++ b/upload/catalog/view/theme/default/image/payment/hitpay/fpx.svg
@@ -0,0 +1 @@
+
diff --git a/upload/catalog/view/theme/default/image/payment/hitpay/zip.svg b/upload/catalog/view/theme/default/image/payment/hitpay/zip.svg
new file mode 100644
index 0000000..3253533
--- /dev/null
+++ b/upload/catalog/view/theme/default/image/payment/hitpay/zip.svg
@@ -0,0 +1 @@
+
\ No newline at end of file