Changeset 1703959
- Timestamp:
- 07/27/2017 06:25:45 PM (9 years ago)
- Location:
- paytomorrow/trunk
- Files:
-
- 2 edited
-
classes/class-wc-gateway-paytomorrow.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
paytomorrow/trunk/classes/class-wc-gateway-paytomorrow.php
r1703291 r1703959 121 121 */ 122 122 protected function get_icon_image( $country ) { 123 $icon = WC_HTTPS::force_https_url( '/wp-content/plugins/ wc-paytomorrow/assets/images/pay-tomorrow.png' );123 $icon = WC_HTTPS::force_https_url( '/wp-content/plugins/paytomorrow/assets/images/pay-tomorrow.png' ); 124 124 return apply_filters( 'woocommerce_paytomorrow_icon', $icon ); 125 125 } -
paytomorrow/trunk/readme.txt
r1703291 r1703959 3 3 Tags: payment, gateway 4 4 Requires at least: 4.4+ 5 Tested up to: 4. 7.36 Stable tag: 1.0. 25 Tested up to: 4.8 6 Stable tag: 1.0.3 7 7 License: GPLv3 or later License 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.