feat(medusa): Payment Collection endpoints (#2525)
This commit is contained in:
committed by
GitHub
parent
27184f3878
commit
755ba90c05
@@ -12,7 +12,7 @@ class TestPayService extends AbstractPaymentService {
|
||||
}
|
||||
|
||||
async retrieveSavedMethods(customer) {
|
||||
return Promise.resolve([])
|
||||
return []
|
||||
}
|
||||
|
||||
async createPayment(cart) {
|
||||
|
||||
Reference in New Issue
Block a user