Changeset 1706694
- Timestamp:
- 08/02/2017 07:05:28 AM (9 years ago)
- Location:
- sepanet/trunk
- Files:
-
- 3 edited
-
wc-sepanet.js (modified) (2 diffs)
-
woocommerce-sepanet-gateway.php (modified) (1 diff)
-
woocommerce-sepanet.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sepanet/trunk/wc-sepanet.js
r1706352 r1706694 1 jQuery(document).on('click', '#s pyr_sepanet-tansend', function(){1 jQuery(document).on('click', '#sepanet-tansend', function(){ 2 2 3 3 jQuery.ajax({ … … 14 14 if(response == 'true') 15 15 { 16 jQuery('#s pyr_sepanet-tansend').text('Tan angefordert');16 jQuery('#sepanet-tansend').text('Tan angefordert'); 17 17 } 18 18 else -
sepanet/trunk/woocommerce-sepanet-gateway.php
r1706400 r1706694 26 26 function spyr_add_sepanet_gateway( $methods ) 27 27 { 28 $methods[] = 'S PYR_SEPANET';28 $methods[] = 'SEPANET'; 29 29 return $methods; 30 30 } -
sepanet/trunk/woocommerce-sepanet.php
r1706392 r1706694 1 1 <?php 2 class S PYR_SEPANET extends WC_Payment_Gateway2 class SEPANET extends WC_Payment_Gateway 3 3 { 4 4 … … 7 7 { 8 8 // The global ID for this Payment method 9 $this->id = "s pyr_sepanet";9 $this->id = "sepanet"; 10 10 11 11 // The Title shown on the top of the Payment Gateways Page next to all the other Payment Gateways
Note: See TracChangeset
for help on using the changeset viewer.