Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Update payjoinservice.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Mar 4, 2024
1 parent 0f6571d commit 885cd83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/app/payjoinservice.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ class PayJoinService {

func initiatePayJoinTransaction(transactionData: Any) -> Any {
// Implement function to initiate PayJoin transaction
class utxo
let response = payJoinClient.post(transactionData)
return response.data
}
}
}

0 comments on commit 885cd83

Please sign in to comment.