From da9bade54bb462b6a2d48df99789ec5a01c0312d Mon Sep 17 00:00:00 2001 From: John Berquist Date: Tue, 23 Jan 2024 09:57:17 -0800 Subject: [PATCH] remove currency argument from refunds.create --- lib/resources/refunds.cfc | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/resources/refunds.cfc b/lib/resources/refunds.cfc index 4b8addc..76b166b 100644 --- a/lib/resources/refunds.cfc +++ b/lib/resources/refunds.cfc @@ -9,7 +9,6 @@ component { 'create': { arguments: { amount: 'currency', - currency: 'iso_currency_code', refund_application_fee: 'boolean', reverse_transfer: 'boolean' },