Closed som-m closed 3 years ago
You should be able to fetch a list of events belonging to a given charge.
Retrieve a charge charge = Omise::Charge.retrieve("chrg_test_5mozta4qq7c8rt2doub")
charge = Omise::Charge.retrieve("chrg_test_5mozta4qq7c8rt2doub")
List all events of the charge charge.events
charge.events
Summary
QA
You should be able to fetch a list of events belonging to a given charge.
Retrieve a charge
charge = Omise::Charge.retrieve("chrg_test_5mozta4qq7c8rt2doub")
List all events of the charge
charge.events