hotfix(medusa): missing this

This commit is contained in:
Sebastian Rindom
2020-12-09 18:00:12 +01:00
parent e7d5294d10
commit 59bb490c14

View File

@@ -261,7 +261,7 @@ class SwapService extends BaseService {
)
}
return capturePayment(swapId)
return this.capturePayment(swapId)
}
async capturePayment(swapId) {