justingreerbbi / user-waller-credit-system

7 stars 8 forks source link

Add automatic refunds to plugin #16

Open bahiirwa opened 7 years ago

bahiirwa commented 7 years ago

Good enhancement to add automated refunds when admin wants to refund customer funds

bahiirwa commented 7 years ago

Adding line 39 in includes/gateway.php

/* Support automated refunds. Needs to be atleast woocommerce v2.2 / $this->supports = array( 'refunds' );

Allows the plugin to accept automated refunds.

Glitch is about passing the amount paid into the "loop". Seems to have the key here. https://github.com/mollie/WooCommerce/blob/master/mollie-payments-for-woocommerce/includes/mollie/wc/gateway/abstract.php

bahiirwa commented 7 years ago

https://woocommerce.wordpress.com/2014/08/05/wc-2-2-payment-gateways-adding-refund-support-and-transaction-ids/