From 53eec6c1eb15143956d33cf3c6ce007ed00daac6 Mon Sep 17 00:00:00 2001 From: htdat Date: Sun, 2 Jul 2017 16:26:37 +0700 Subject: [PATCH] Add more notes about the plugin implementing QueryDR, IPN and Return URL. Make sure to follow all guides. #24 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 81bac9b..ed1bbb9 100644 --- a/readme.txt +++ b/readme.txt @@ -25,7 +25,7 @@ Add [the OnePay domestic (local ATM cards) gateway](http://onepay.com.vn/). * Add districts to Vietnam provinces. * Convert `000` of prices to `K` (or anything). E.g: `50000` (VND) will be `50K` (VND), or `50 thousand` (VND). * Support `VND` for [the PayPal Standard gateway](https://docs.woocommerce.com/document/paypal-standard/). Convert `VND` prices to any PayPal supported currency before sending visitors to the PayPal pages. -* Add [the OnePay domestic (local ATM cards) gateway](http://onepay.com.vn/). +* Add [the OnePay domestic (local ATM cards) gateway](http://onepay.com.vn/). Implement all methods in [the official documents](https://mtf.onepay.vn/developer/?page=modul_noidia_php): QueryDR, IPN, and Return URL. = ROAD MAP =