Profiles

  • Member Since: July 14th, 2022
  • Find me on:
  • Created a topic, Potential bug/incompatibility in site_lockout_tasks(), on the site WordPress.org Forums:
    WP: 6.0.3 Theme: Divi 4.18 All In One WP Security 5.1 …

  • Posted a reply to Skip Invoice creation, on the site WordPress.org Forums:
    This was needed for it to work: echo self::generate_invoice_number($order,false); instead of echo self::generate_invoice_number($order,$force_generate); in the…

  • Posted a reply to Skip Invoice creation, on the site WordPress.org Forums:
    Code corrected: ' $payment_method=$order->get_payment_method(); $excluded_methods = array( 'cod', 'bacs' ); if(in_array( $payment_method, $excluded_methods )){ $invoice_creation…

  • Created a topic, Skip Invoice creation, on the site WordPress.org Forums:
    Hi, Please, is it possible to skip the invoice based …

  • Posted a reply to [Reopening] No payment tokens found for customer, on the site WordPress.org Forums:
    Solved. I cancelled a payments contract already running within the paypal sandbox client user. Then…

  • Posted a reply to [Reopening] No payment tokens found for customer, on the site WordPress.org Forums:
    Yes, it was empty. Report sent via support form. Thank you!

  • Posted a reply to [Reopening] No payment tokens found for customer, on the site WordPress.org Forums:
    It seems that no tokens nor endpoints are created, as https://www.sandbox.paypal.com/myaccount/ppcp-paypal-payment-tokens/ gives a 404 in…

  • Created a topic, [Reopening] No payment tokens found for customer, on the site WordPress.org Forums:
    Hi, Sorry, but I need to reopen this issue for a fres…