Search results for query: *

  1. A

    Bug ACP errors after refund.

    I really have to disagree with this theory, we have 20 to 30 orders a day without a issue. The first one i reported was due to issuing a refund but the order also did not exist for some reason. The second one we just checked further and the first IPN sent from paypal and the email we received...
  2. A

    Bug ACP errors after refund.

    Yes it does exist: Showing rows 0 - 0 (1 total, Query took 0.0083 seconds.)
  3. A

    Bug ACP errors after refund.

    We have been in contact with the first user and he said he had a totally normal checkout procedure IE add to cart, checkout and pay. We also do not have any additional errors in the ACP suggesting anything else is failing. Regarding the expired orders it is set to 5 days.
  4. A

    Bug ACP errors after refund.

    Sorry to bump this but we had another payment completed today without a matching order. Looks like the same error: TypeError: Argument 2 passed to DBTech\eCommerce\Service\Order\Complete::__construct() must be an instance of DBTech\eCommerce\Entity\Order, null given, called in...
  5. A

    Bug ACP errors after refund.

    I can assure you i am the only person with access to the orders and i did NOT delete any orders. The user purchased and complained their order was not processed so we refunded them so they can buy again. At that time there was a error in the ACP but i did not record it, if it happens again i...
  6. A

    Bug ACP errors after refund.

    No the funny thing is the order actually never appeared, the order/user was not processed at all so we refunded him and the spam started.
  7. A

    Bug ACP errors after refund.

    Yes most certainly, sorry about that. #1 #0 src/XF/Container.php(270): DBTech\eCommerce\Service\Order\Complete->__construct(Object(XF\Pub\App), NULL, Object(SV\ModeratorEssentials\XF\Entity\User)) #1 src/XF/App.php(1576): XF\Container->createObject('DBTech\\eCommerc...', Array) #2...
  8. A

    Bug ACP errors after refund.

    After refunding a user we are getting the following errors in acp: TypeError: Argument 2 passed to DBTech\eCommerce\Service\Order\Complete::__construct() must be an instance of DBTech\eCommerce\Entity\Order, null given, called in /public/src/XF/Container.php on line 270...
  9. A

    Question Extending the Addon

    awesome, expire is not a big problem as we have the time frame from the product and we can expire it based it on that. Thank you.
  10. A

    Question Extending the Addon

    now that is some quality support. Thanks a lot! and appreciated.
  11. A

    Question Extending the Addon

    I searched but could"t really find any information related to what i am searching. We are only using Paypal as a payment method (Xenforo integrated payment) A few questions. 1.) Do you have any callback implementation when a user successfully purchases / reverses a transaction / license...
Back
Top