solidusio-contrib / solidus_viabill

Solidus extension for Viabill Payments Service
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Implement Viabill Refund API #4

Closed piyushswain closed 2 years ago

piyushswain commented 2 years ago

This commit implements the refund API for Viabill. The Viabill refund api takes amount, currency and order number along with a signature as params and refunds the amount for the order. This is called from the void function in order payments from solidus backend.