Plugin Directory

Changeset 1706694


Ignore:
Timestamp:
08/02/2017 07:05:28 AM (9 years ago)
Author:
sepanet
Message:

CHG: Tan button aufruf

Location:
sepanet/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sepanet/trunk/wc-sepanet.js

    r1706352 r1706694  
    1 jQuery(document).on('click', '#spyr_sepanet-tansend', function(){
     1jQuery(document).on('click', '#sepanet-tansend', function(){
    22   
    33    jQuery.ajax({
     
    1414            if(response == 'true')
    1515            {
    16                 jQuery('#spyr_sepanet-tansend').text('Tan angefordert');   
     16                jQuery('#sepanet-tansend').text('Tan angefordert');
    1717            }
    1818            else
  • sepanet/trunk/woocommerce-sepanet-gateway.php

    r1706400 r1706694  
    2626    function spyr_add_sepanet_gateway( $methods )
    2727    {
    28         $methods[] = 'SPYR_SEPANET';
     28        $methods[] = 'SEPANET';
    2929        return $methods;
    3030    }
  • sepanet/trunk/woocommerce-sepanet.php

    r1706392 r1706694  
    11<?php
    2 class SPYR_SEPANET extends WC_Payment_Gateway
     2class SEPANET extends WC_Payment_Gateway
    33{
    44
     
    77    {       
    88        // The global ID for this Payment method
    9         $this->id = "spyr_sepanet";
     9        $this->id = "sepanet";
    1010
    1111        // 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.