-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
133 lines (91 loc) · 3.51 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
=== Maya Business Plugin ===
Tags: payments, credit card
Requires at least: 5.0
Tested up to: 6.3.2
Requires PHP: 5.6
Stable tag: 1.1.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Accept payments in WooCommerce using Maya
== Description ==
= Give your customers a better online checkout experience =
With Maya Checkout, your website or app can directly accept credit and debit cards, e-wallet, and other emerging payment solutions.
* Mastercard
* Visa
* JCB
* WeChat Pay
* Pay With Maya
= Features =
* Payments via Maya Checkout
* Full 3DS Support and PCI-DSS Compliant
* Checkout page customizations
* Voids and Refunds
* Straight purchase or Authorization & Capture
**Don't have an account yet? [Click here to get started](https://enterprise.paymaya.com/solutions/plugins/woocommerce)**
== Installation ==
This gateway requires WooCommerce 3.9.3 and above.
= Setup =
1. After installation and activation, go to WooCommerce menu on the left sidebar of your WordPress admin dashboard.
2. Go to Settings, then go to Payments tab.
3. You should see a **Payments via Maya** item. Click on the Manage/Set up button.
4. Enter your public and private API keys in the **API Keys** section.
= Sandbox Mode =
To test payments, enable **Sandbox Mode**. This will let you transact test payments and check if your WordPress and WooCommerce installation doesn't have conflicts with the plugin. Although **not required**, it is **highly recommended** to test your plugin installation first. You can find test API keys and credit cards [here](https://hackmd.io/@paymaya-pg/Checkout#Sandbox-Test-Credentials).
= Updating =
Automatic updates should work like a charm; as always though, ensure you backup your site just in case.
== Changelog ==
= 1.1.3 =
*Release Date - November 6, 2023*
* Fix wakeup method log warnings
* Tested compatibility for WP 6.3.2 and WC 8.2.1
= 1.1.2 =
*Release Date - March 8, 2023*
* Fix multiple webhook processing for a single order
* Tested compatibility for WP 6.1 and WC 7.3
= 1.1.1 =
*Release Date - January 9, 2023*
* Fix saving settings overriding webhooks not being used by the plugin
* Tested compatibility for WC 7.2.2
= 1.1.0 =
*Release Date - October 13, 2022*
* Refactor webhooks to listen for payment events instead of checkout
* Fix error handling for invalid payments in manual captures
* Updated production base URL for Maya API
* Tested compatibility for WC 7.0.0
= 1.0.9 =
*Release Date - October 3, 2022*
* Fix order status set to fail when payments failed
* Tested compatibility for WC 6.9.4
= 1.0.8 =
*Release Date - September 15, 2022*
* Add debug mode for better logging
* Add optional address line 2 setting
* Fix error handling for certain processes
* Tested compatibility for WP 6.0.2
* Tested compatibility for WC 6.8.2
= 1.0.7 =
*Release Date - May 16, 2022*
* Rebrand PayMaya to Maya
* Tested compatibility for WC 6.5.1
= 1.0.6 =
*Release Date - January 28, 2022*
* Fix admin scripts loading issue with non-existent order ID
* Tested compatibility up to WP 5.9 and WooCommerce 6.1.1
= 1.0.5 =
*Release Date - December 17, 2021*
* Fix issue with shipping detail requirements
= 1.0.4 =
*Release Date - September 27, 2021*
* Added error logger for Maya API errors
= 1.0.3 =
*Release Date - 3 August 2021*
* Fix line item bug - clump into one for now
= 1.0.2 =
*Release Date - 17 November 2020*
* Fixed bug for decimal values for items
= 1.0.1 =
*Release Date - 4 November 2020*
* Fixed bug for manual captures on order details
= 1.0.0 =
*Release Date - 21 September 2020*
* Initial release