Jump to content
  • 0

Moduł Paypal Problem Ze Statusem


Nextma

Question

Mam problem z oficjalnym modułem PayPal. Chodzi o ustawiany status płatności, który jest potwierdzany automatycznie po dokonaniu płatności.

 

Teraz paypal ustawia mi status "Płatność zaakceptowana". Potrzebuję jednak, aby w tym wypadku ustawił mi status który sam moduł stworzył. Mianowicie "Payment Accepted by PayPal". 

 

Miał ktoś kiedyś podobny problem?

 

Pozdrawiam

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

nie jestem pewny, ale z kodu wynika, że trzeba zmienić albo wartość PS_OS_PAYMENT w bazie danych (ale to również może zmienić statusy dla innych metod płatności), albo za Configuration::get('PS_OS_PAYMENT') podstawić id statusu, który chcesz mieć po poprawnej płatności.

$history->changeIdOrderState(Configuration::get('PS_OS_PAYMENT'), (int)$id_order);
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...