Changeset 2331548
- Timestamp:
- 06/27/2020 07:56:28 AM (6 years ago)
- File:
-
- 1 edited
-
spektra/trunk/spektra-wc-gatway.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spektra/trunk/spektra-wc-gatway.php
r2331546 r2331548 43 43 44 44 $this->id = 'spektra'; // payment gateway plugin ID 45 $this->icon = apply_filters( 'woocommerce_spektra_icon', plugins_url('. /assets/woocommerce_spektra.png', __FILE__ ) ); // URL of the icon that will be displayed on checkout page near your gateway name45 $this->icon = apply_filters( 'woocommerce_spektra_icon', plugins_url('../assets/woocommerce_spektra.png', __FILE__ ) ); // URL of the icon that will be displayed on checkout page near your gateway name 46 46 $this->method_title = 'Spektra Gateway'; 47 47 $this->method_description = 'Spektra makes it extremely easy for businesses to accept Mobile Money payments
Note: See TracChangeset
for help on using the changeset viewer.