adds endpoints for draft orders

This commit is contained in:
olivermrbl
2021-02-16 16:53:55 +01:00
parent 75bc1f67f4
commit 362c5c6055
31 changed files with 1871 additions and 251 deletions
@@ -28,7 +28,7 @@ class TestPayService extends PaymentService {
}
async authorizePayment(sessionData, context = {}) {
return {};
return { data: {}, status: "authorized" };
}
async updatePaymentData(sessionData, update) {