You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Allows for minutes and hours-long Membership lengths for quicker testing.
22
22
23
23
### Bogus Gateway
24
24
25
-
Adds a testing payment gateway that will call the `$order->payment_complete()` method to simulate a credit card payment.
25
+
Adds a testing payment gateway that will call the `$order->payment_complete()` method to simulate a credit card payment. Can also be used for Subscriptions automatic renewals.
26
26
27
27
### Global Functions
28
28
@@ -45,6 +45,7 @@ Download and install just like any other WordPress plugin. If you want to be rea
45
45
## Changelog
46
46
47
47
### 0.7.0 - 2017.04.12
48
+
* Feature - Use the Bogus gateway for Subscriptions automatic renewals
48
49
* Fix - Subscriptions integration throwing a warning in WooCommerce 3.0+
0 commit comments