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: laterpay/application/Controller/Admin.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -307,7 +307,7 @@ protected function render_add_edit_post_page_help() {
307
307
<strong>Pay Now</strong><br>
308
308
If you sell your content as <strong>Pay Now</strong>, a user has to <strong>log in</strong> to LaterPay and <strong>pay</strong> for your content <strong>immediately</strong>.<br>
309
309
Pay Now are especially suitable for higher-value content and / or content that immediately occasions costs (e. g. license fees for a video stream).<br>
310
-
Pay Now are possible for prices between (including) <strong>1.49 € (in Europe) / $ 1.99 (in the U.S.)</strong> and (including) <strong>149.99</strong>.
310
+
Pay Now are possible for prices between (including) <strong>1.00 € (in Europe) / $ 1.99 (in the U.S.)</strong> and (including) <strong>149.99</strong>.
Copy file name to clipboardExpand all lines: laterpay/application/Controller/Admin/Pricing.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,8 +111,8 @@ public function load_assets() {
111
111
'confirmDeleteSubscription' => __( 'Do you really want to discontinue this subscription? If you delete it, it will continue to renew for users who have an active subscription until the user cancels it. Existing subscribers will still have access to the content in their subscription. New users won\'t be able to buy the subscription anymore. Do you want to delete this subscription?', 'laterpay' ),
112
112
'voucherText' => __( 'reduces the price to', 'laterpay' ),
113
113
'payLaterToolTip' => esc_html__( 'Pay Later allows users to gain access now by committing to pay once their invoice reaches $5 or 5€; it is available for posts with pricing between 0.05 and 5.00', 'laterpay' ),
114
-
'payNowToolTip' => esc_html__( 'Pay Now requires users pay for purchased content immediately; available for posts with pricing above $1.99 or 1.49€', 'laterpay' ),
115
-
'subVoucherMinimum' => esc_html__( 'Subscriptions, like other Pay Now content, must have pricing above $1.99 or 1.49€', 'laterpay' ),
114
+
'payNowToolTip' => esc_html__( 'Pay Now requires users pay for purchased content immediately; available for posts with pricing above $1.99 or 1.00€', 'laterpay' ),
115
+
'subVoucherMinimum' => esc_html__( 'Subscriptions, like other Pay Now content, must have pricing above $1.99 or 1.00€', 'laterpay' ),
116
116
'subVoucherMaximumPrice' => esc_html__( 'The voucher price must be less than or equal to the subscription price.', 'laterpay' ),
117
117
'tpVoucherMaximumPrice' => esc_html__( 'The voucher price must be less than or equal to the time pass price.', 'laterpay' ),
118
118
'codeTooShort' => esc_html__( 'Please enter a six-digit voucher code.', 'laterpay' ),
0 commit comments