Search, Filter, and Payment
1 unresolved thread
1 unresolved thread
Connect API Search & Filter Create payment service
Merge request reports
Activity
Filter activity
changed milestone to %Sprint 5
added Task Work in Progress labels
requested review from @ridhodaffasyah
assigned to @ibnuhafizh
- client/lib/api_service/payment_service.dart 0 → 100644
45 // response, LoginResponse.fromJson(response["data"])); 46 // } catch (e) { 47 // rethrow; 48 // } 49 // } 50 51 Future<ResponseBase<PaymentResponse>> buy({ 52 required String book_id, 53 required String payment_method, 54 required String phonebook, 55 }) async { 56 try { 57 dynamic response = await api.post("transaction/buy", body: { 58 "book_id": book_id, 59 "payment_method": payment_method, 60 "phonebook": phonebook, added 32 commits
-
b040e00f...31b05891 - 31 commits from branch
main
- 9ef7dc76 - Merge branch 'main' into Payment-FE
-
b040e00f...31b05891 - 31 commits from branch
mentioned in commit a03932c4