Changeset 2504784
- Timestamp:
- 03/28/2021 03:54:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pay-with-mtn-momo-woocommerce/trunk/classes/class_momo_pay_gateway.php
r2504769 r2504784 60 60 $this->enabled = 'yes'; 61 61 $this->title = $this->get_option( 'title' , __('MTN MoMo Pay', $this->domain) ); 62 $this->description = $this->get_option( 'description', __('Place order and pay using MTN MoMo', $this->domain)); 63 $this->instructions = $this->get_option( 'instructions', $this->description ); 62 //later we will add this here this->getPaymentHintMessage 63 //Please ensure to use number format as follows: 2567xxxxxxxx and to have enough funds on your MoMo wallet to make payment instantly and avoid order cancellation. 64 $this->description = $this->get_option( 'description', __('Make sure to have enough funds on your MoMo wallet to make payment instantly and avoid order cancellation.', $this->domain) ); 65 $this->instructions = $this->get_option( 'instructions', 66 __('Place order and pay using MTN MoMo', $this->domain) ); 64 67 65 68 $this->user_email = $this->get_option('user_email');
Note: See TracChangeset
for help on using the changeset viewer.