Skip to content

Commit

Permalink
add finishLNURLPay endpoint for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
roeierez committed Jul 15, 2021
1 parent 45d3bf3 commit 1326adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/Plugins/Breez/BreezLib/NativeMethods.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ fileprivate let calls : Dictionary<String, BindingExecutor> = [
"connectDirectToLnurl": SingleArgBindingExecutor(f: BindingsConnectDirectToLnurl),
"fetchLnurl": SingleArgBindingExecutor(f: BindingsFetchLnurl),
"finishLNURLAuth": SingleArgBindingExecutor(f: BindingsFinishLNURLAuth),
"finishLNURLPay": SingleArgBindingExecutor(f: BindingsFinishLNURLPay),
"syncGraphFromFile": SingleArgBindingExecutor(f: BindingsSyncGraphFromFile),
"deleteGraph": EmptyArgsBindingExecutor(f: BindingsDeleteGraph),
"graphURL": EmptyArgsBindingExecutor(f: BindingsGraphURL),
Expand Down

0 comments on commit 1326adb

Please sign in to comment.