Skip to content

Commit

Permalink
Merge pull request #169 from omise/paynow-default-instruction
Browse files Browse the repository at this point in the history
PayNow: adding default payment instruction at the checkout page
  • Loading branch information
guzzilar committed May 29, 2020
2 parents b70717e + 394071a commit c31251f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/gateway/class-omise-payment-paynow.php
Expand Up @@ -50,7 +50,8 @@ public function init_form_fields() {
'description' => array(
'title' => __( 'Description', 'omise' ),
'type' => 'textarea',
'description' => __( 'This controls the description the user sees during checkout.', 'omise' )
'description' => __( 'This controls the description the user sees during checkout.', 'omise' ),
'default' => __( 'You will not be charged yet. The PayNow QR code will be displayed at the next page.', 'omise' )
),
);
}
Expand Down

0 comments on commit c31251f

Please sign in to comment.