popekabu / pay_with_paystack

MIT License
9 stars 21 forks source link

fix: transactionCompleted method not called #7

Closed pat64j closed 1 year ago

pat64j commented 1 year ago

The value for gateway_response field doesn't always return "Approved". My test with Mastercard/visa option returned Successful as seen in the screenshot below.

Screenshot 2023-04-04 at 3 22 24 PM

I've added the Successful check to the line below in this pull request.

Screenshot 2023-04-04 at 4 46 57 PM
popekabu commented 1 year ago

Thank you @pat64j