Plugin Directory

Changeset 2008880


Ignore:
Timestamp:
01/09/2019 06:10:20 AM (7 years ago)
Author:
alloykenya
Message:

Fix bug

Location:
thebunch-ke-pesapal-woocommerce
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • thebunch-ke-pesapal-woocommerce/tags/1.1.9/thebunchke_pesapal_woocommerce.php

    r2008879 r2008880  
    458458                   
    459459                    $response = wp_remote_get( $request_status );
    460                     if ( is_wp_error( $server_response) ) {
     460                    if ( is_wp_error( $response) ) {
    461461                        return __( 'An Error Occurred' );
    462462                    } else {
  • thebunch-ke-pesapal-woocommerce/trunk/thebunchke_pesapal_woocommerce.php

    r2008877 r2008880  
    458458                   
    459459                    $response = wp_remote_get( $request_status );
    460                     if ( is_wp_error( $server_response) ) {
     460                    if ( is_wp_error( $response) ) {
    461461                        return __( 'An Error Occurred' );
    462462                    } else {
Note: See TracChangeset for help on using the changeset viewer.