mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
Merge pull request #773 from Adyen/fix/release
fixed merge conflicts with master
This commit is contained in:
@@ -103,6 +103,7 @@ const createStandaloneCancelsResponse = (): StandalonePaymentCancelResource => {
|
||||
|
||||
const createCapturesRequest = (): CreatePaymentCaptureRequest => {
|
||||
return {
|
||||
reference: "reference",
|
||||
merchantAccount: process.env.ADYEN_MERCHANT!,
|
||||
amount: {
|
||||
currency: "EUR",
|
||||
|
||||
Reference in New Issue
Block a user