Browse Source

added api service to fetch reciept

pull/1/head
gme_2 6 years ago
parent
commit
baf4e766c6
  1. 5
      GMERemittance/Module/SendMoneyReceipt/Application Logic/Service/SendMoneyReceiptServiceType.swift

5
GMERemittance/Module/SendMoneyReceipt/Application Logic/Service/SendMoneyReceiptServiceType.swift

@ -8,7 +8,7 @@
import Foundation
protocol SendMoneyReceiptServiceType: class {
protocol SendMoneyReceiptServiceType: class, FetchRecieptList {
}
@ -34,6 +34,3 @@ extension FetchRecieptList {
}
}
}
//http://localhost:9500/api/v1/mobile/receipt/123455
Loading…
Cancel
Save